rspec-rainbow
Add some color to your rspec tests!
Installation
Add this line to your application's Gemfile:
gem 'rspec-rainbow'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rspec-rainbow
Then, when running rspec:
$ rspec --format Rainbow
If you want to use Rainbow by default, add it to your .rspec file.
--format Rainbow
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request