https://github.com/yujinakayama/rspec-hue_formatter
Bring RSpec integration into your room with Philips Hue
https://github.com/yujinakayama/rspec-hue_formatter
formatter philips-hue rspec
Last synced: 2 months ago
JSON representation
Bring RSpec integration into your room with Philips Hue
- Host: GitHub
- URL: https://github.com/yujinakayama/rspec-hue_formatter
- Owner: yujinakayama
- License: mit
- Created: 2015-04-08T15:24:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T05:47:10.000Z (over 7 years ago)
- Last Synced: 2025-03-25T23:15:18.203Z (3 months ago)
- Topics: formatter, philips-hue, rspec
- Language: Ruby
- Homepage: https://vimeo.com/124436622
- Size: 21.5 KB
- Stars: 59
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](http://badge.fury.io/rb/rspec-hue_formatter)
[](https://gemnasium.com/yujinakayama/rspec-hue_formatter)
[](https://travis-ci.org/yujinakayama/rspec-hue_formatter)
[](https://coveralls.io/github/yujinakayama/rspec-hue_formatter?branch=master)
[](https://codeclimate.com/github/yujinakayama/rspec-hue_formatter)# RSpec::HueFormatter
Bring RSpec integration into your room with [Philips Hue](http://www2.meethue.com/).
* [RSpec::HueFormatter on Vimeo](https://vimeo.com/124436622)
## Requirements
* Philips Hue :)
* RSpec 3## Installation
Add `rspec-hue_formatter` dependency to your Gemfile:
```ruby
gem 'rspec-hue_formatter'
```## Usage
Run `rspec` with `--format RSpec::HueFormatter` as follows:
```bash
$ bundle exec rspec --format RSpec::HueFormatter
```## License
Copyright (c) 2015 Yuji Nakayama
See the [LICENSE.txt](LICENSE.txt) for details.