Fuubar is an instafailing RSpec formatter that uses a progress bar instead of a string of letters and dots as feedback. Here’s a video of Fuubar in action.
Installing Fuubar is easy. Just put it in your Gemfile
and run your specs like this from now on:
$ rspec --format Fuubar --color spec
If you want to use Fuubar as your default formatter, simply put the options in your .rspec
file:
--format Fuubar
--color
Use the fuubar-legacy gem:
gem 'fuubar-legacy'
Found an issue? Have a great idea? Want to help? Great! Create an issue issue for it, ask, or even better; fork the project and fix the problem yourself. Pull requests are always welcome. :)