https://github.com/jhawthorn/led_test_formatter
Display test runner progress on LED strips
https://github.com/jhawthorn/led_test_formatter
rspec rspec-formatter
Last synced: 3 months ago
JSON representation
Display test runner progress on LED strips
- Host: GitHub
- URL: https://github.com/jhawthorn/led_test_formatter
- Owner: jhawthorn
- License: mit
- Created: 2016-03-29T03:13:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T17:02:30.000Z (over 9 years ago)
- Last Synced: 2025-04-02T21:17:31.315Z (3 months ago)
- Topics: rspec, rspec-formatter
- Language: Ruby
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# LedTestFormatter
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'led_test_formatter'
```Add to your `spec/spec_helper.rb`:
```ruby
require 'led_test_formatter/rspec'
```And then run your tests as:
$ NUM_LEDS=37 bundle exec rspec --format LEDTestFormatter::RSpec --format progress
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/jhawthorn/led_test_formatter/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request