Skip to content

Commit

Permalink
Merge pull request martinciu#13 from nusco/patch-1
Browse files Browse the repository at this point in the history
fix minor typos
  • Loading branch information
martinciu committed Mar 12, 2012
2 parents 51796d2 + e9d1e4b commit 9a3b24a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.textile
@@ -1,8 +1,8 @@
h1. Fuubar-cucumber

Fuubar-cucumber is an instafailing "Cucumber":https://github.com/aslakhellesoy/cucumber formatter that uses a progress bar instead of a string of letters and dots as feedback. It is based on RSpec formatter "Fuubar":https://github.com/jeffkreeftmeijer/fuubar.
Fuubar-cucumber is an instafailing "Cucumber":https://github.com/aslakhellesoy/cucumber formatter that uses a progress bar instead of a string of letters and dots as feedback. It is based on the "Fuubar" RSpec formatter:https://github.com/jeffkreeftmeijer/fuubar.

Fuubar displays progress bar with percentage of steps completed and ETA instead of green dots. When one of the steps fails, it is instantly displayed so you can go and fix it witchout waiting for all scenarios.
Fuubar displays progress bar with percentage of steps completed and ETA instead of green dots. When one of the steps fails, it is instantly displayed so you can go and fix it without waiting for all scenarios.

h2. Installation

Expand All @@ -12,7 +12,7 @@ bc. gem 'fuubar-cucumber'

run @bundle install@

If you don't user Bundler you can install it using @gem@ command:
If you don't user Bundler you can install it using the @gem@ command:

bc. $ gem install fuubar-cucumber

Expand Down

0 comments on commit 9a3b24a

Please sign in to comment.