Sha256: d1777a9e4001f8158321a6df081385d16557a7876c2336565488455b33141638

Contents?: true

Size: 1.02 KB

Versions: 7

Compression:

Stored size: 1.02 KB

Contents

= rspec-spinner

* http://github.com/nofxx/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:

* rspec (http://github.com/dchemlinksy/rspec)
* rtui (http://github.com/nofxx/rtui)


== LICENSE:

(The MIT License)

Based on the Advanced Progress Bar by Nicholas A. Evans

Copyright (c) 2008 Marcos Piccinini

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
nofxx-rspec_spinner-0.5.1 README.rdoc
nofxx-rspec_spinner-0.5.2 README.rdoc
nofxx-rspec_spinner-1.0.0 README.rdoc
nofxx-rspec_spinner-1.1.0 README.rdoc
rspec_spinner-1.1.1 README.rdoc
rspec_spinner-0.5.1 README.rdoc
rspec_spinner-0.5.2 README.rdoc