rspec-rainbow

Adds some color to your rspec tests!

Created because I was jealous of how beautiful Minitest's output is.

Installation

Add this line to your application's Gemfile:

gem 'rspec-rainbow'

And then execute:

$ bundle install

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

  1. Fork it
  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 new Pull Request

Attribution

Based on Minitest's Pride plugin