Sha256: 50759ff8892119604109de49eff051239bb283ebab7c7cc4b3da0ba9d059525e
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
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% \ ETA: 00:00:23 No dots and Fs, just what you need to know: FAILURES, PENDINGS and SLOW ones. == 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 * rtui (http://github.com/nofxx/rtui) == INSTALL: sudo gem install nofxx-rspec_spinner == LICENSE: (The MIT License) Based on the Advanced Progress Bar by Nicholas A. Evans Copyright (c) 2008 Marcos Piccinini
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nofxx-rspec_spinner-0.4.5 | README.rdoc |