DarthSim / fuubar

The instafailing RSpec progress bar formatter

Home Page:http://jeffkreeftmeijer.com/2010/fuubar-the-instafailing-rspec-progress-bar-formatter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuubar

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.

Installation

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

Rspec-1

Use the fuubar-legacy gem:

gem 'fuubar-legacy'

Contributing

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. :)

About

The instafailing RSpec progress bar formatter

http://jeffkreeftmeijer.com/2010/fuubar-the-instafailing-rspec-progress-bar-formatter/

License:Other


Languages

Language:Ruby 100.0%