Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
/ blinkspec Public archive

With blinkspec, you can run rspec just like you’re used to, and your blink(1) will indicate results and progress.

License

Notifications You must be signed in to change notification settings

lukasnagl/blinkspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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! :)

About

With blinkspec, you can run rspec just like you’re used to, and your blink(1) will indicate results and progress.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages