Project

blinkspec

0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Run your specs with beautiful output and blink(1) signals
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.10
~> 10.3
~> 3.0
 Project Readme

[deprecated] blinkspec

Deprecation Notice: While this tool might functionally still work, it has not been kept in maintenance. It is left here as a basis for future projects.

Build Status Gem Version

blinkspec is a ruby gem that was created to utilize the blink(1) USB RGB LED by ThingM when executing long-running rspec tests.

With blinkspec, you can run your specs just like you’re used to, and your blink(1) will indicate that:

  • Your specs are still running.
  • blinkspec detected an error in your specs while running.
  • Your specs have finished running and are either all green, have pending specs left or have failing specs left.

Installation

gem install blinkspec

Usage

Just replace your use of bundle exec rspec with blinkspec and you’re good to go. All regular rspec arguments are supported except for format parameters.

blinkspec spec/
blinkspec spec/ --tag debug

Contributing

Any pull request of any size is welcome! :)