The gem is a game changer... Nope! It's just Chuck Testar - Chuck's Testa RSpec formatter
It requires only rspec
gem, obviously.
If you are using bundler, add this to your Gemfile
:
gem 'ChuckTestar'
Or install the gem manually with gem install ChuckTestar
.
If you're on OSX and use Growl then you may want to install growl_notify
gem, too.
To start using the formatter you can either specify it in the rspec's command line options or add it to .rspec
file:
- With
.rspec
file
Add this line to your .rspec
file:
--format ChuckTestar
-
With command line options
rspec spec/* --format ChuckTestar
ChuckTestar is released under the MIT license