Add this line to your application's Gemfile:
gem 'led_test_formatter'
Add to your spec/spec_helper.rb
:
require 'led_test_formatter/rspec'
And then run your tests as:
$ NUM_LEDS=37 bundle exec rspec --format LEDTestFormatter::RSpec --format progress
TODO: Write usage instructions here
- Fork it ( https://github.com/jhawthorn/led_test_formatter/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request