Take pride in your test output!
Mimics the functionality of minitest/pride for Cucumber, in much the same way that ferrous26/rspec-pride does for RSpec2.
To use cucumber-pride, you need to call cucumber kind of like this:
cucumber --format Cucumber::Pride::Formatter
Or put those options in your config/cucumber.yml file.
Add this line to your application's Gemfile:
gem 'cucumber-pride'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cucumber-pride
The tests are a lie! They don't test cucumber-pride directly, they just produce enough output so that you can visually verify that everything is working. This was much faster than writing actual tests and works just as well in this case.
TODO: Write usage instructions here
- Main inspiration, and a fair amount of code, comes from the brilliant
rspec-pridegem by Mark Rade (ferrous26).
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Copyright (c) 2012 Peter Vandenberk. See LICENSE.txt for further details.