Read more

Better Output for RSpec

Tobias Kraze
August 25, 2010Software engineer at makandra GmbH

rspec_spinner Show archive.org snapshot is a progress bar for RSpec which outputs failing examples as they happen (instead of all at the end).

Installation

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

gem install rspec_spinner

Usage

script/spec -r rspec_spinner -f RspecSpinner::Bar -c

To make a shortcut in your .bashrc

alias ss='script/spec -r rspec_spinner -f RspecSpinner::Bar -c'

There's also an alternate runner RSpecSpinner::Spinner which shows a spinner and the name of the current spec instead of a progress bar.

Posted by Tobias Kraze to makandra dev (2010-08-25 15:37)