This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Dec 19 07:18:01 -0800 2008 | |
| |
History.txt | Fri Dec 19 01:11:07 -0800 2008 | |
| |
MIT-LICENSE | Fri Dec 19 01:11:07 -0800 2008 | |
| |
PostInstall.txt | Fri Dec 19 01:11:07 -0800 2008 | |
| |
README.rdoc | Sat Jan 10 05:40:56 -0800 2009 | |
| |
Rakefile | Fri May 08 01:29:35 -0700 2009 | |
| |
VERSION.yml | Wed May 20 00:44:41 -0700 2009 | |
| |
lib/ | Wed May 20 00:44:41 -0700 2009 | |
| |
rspec_spinner.gemspec | Wed May 20 00:44:41 -0700 2009 | |
| |
spec/ | Wed May 20 00:44:41 -0700 2009 |
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:
- rspec (github.com/dchemlinksy/rspec)
- rtui (github.com/nofxx/rtui)
LICENSE:
(The MIT License)
Based on the Advanced Progress Bar by Nicholas A. Evans
Copyright © 2008 Marcos Piccinini







