public
Description: Nice formatters for RSpec
Homepage:
Clone URL: git://github.com/nofxx/rspec_spinner.git
name age message
file .gitignore Fri Dec 19 07:18:01 -0800 2008 some probs generating the gem on github it seem... [nofxx]
file History.txt Fri Dec 19 01:11:07 -0800 2008 initial commit [nofxx]
file MIT-LICENSE Fri Dec 19 01:11:07 -0800 2008 initial commit [nofxx]
file PostInstall.txt Fri Dec 19 01:11:07 -0800 2008 initial commit [nofxx]
file README.rdoc Sat Jan 10 05:40:56 -0800 2009 dont chop the end of the descriptions, add some... [nofxx]
file Rakefile Fri May 08 01:29:35 -0700 2009 up to jeweler [nofxx]
file VERSION.yml Wed May 20 00:44:41 -0700 2009 Add slowest examples in dump. [nofxx]
directory lib/ Wed May 20 00:44:41 -0700 2009 Add slowest examples in dump. [nofxx]
file rspec_spinner.gemspec Wed May 20 00:44:41 -0700 2009 Add slowest examples in dump. [nofxx]
directory spec/ Wed May 20 00:44:41 -0700 2009 Add slowest examples in dump. [nofxx]
README.rdoc

rspec-spinner

Adds an extra formatter that looks like this:

  Foo::Error ......
  SLOW SPEC: 10.0314  Foo should raise Bar
  PENDING SPEC: Foo should get Bar
  891/1808:  49% |=======================                        | ETA:  00:00:21

Or this:

  46%  \   should get Bar                                          ETA:  00:00:23

No dots and Fs, just what you need to know: FAILURES, PENDINGS and SLOW ones.

INSTALL:

  sudo gem install rspec_spinner

TO USE:

Require RspecSpinner on spec/spec_helper.rb:

  require 'spec'
  require 'rspec_spinner'
  ...

Change your spec.opts —formatter to:

  --formatter RspecSpinner::Bar

or:

  --formatter RspecSpinner::Spinner

Have fun!

REQUIREMENTS:

LICENSE:

(The MIT License)

Based on the Advanced Progress Bar by Nicholas A. Evans

Copyright © 2008 Marcos Piccinini