Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 878 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 878 Bytes

LedTestFormatter

ZOMG LEDS

Installation

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

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