FoodFormatter
Description
The FoodFormatter makes pleasure you on the result of RSpec.
DEMO:

Instlattion
First:
gem install food_formatter
or in your Gemfile
gem 'food_formatter'
Then, when running rspec:
rspec --format FoodFormatter
Or, if you want to use FoodFormatter as your default formatter, simply put the options in your .rspec file:
--format FoodFormatter