An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# LedTestFormatter


ZOMG LEDS

## 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