johnf / cucumber forked from aslakhellesoy/cucumber

Don't use this fork. It is for bugfixes I push upstream.

This URL has Read+Write access

johnf (author)
Mon Oct 12 18:45:43 -0700 2009
commit  30f2e26504cf526bf2ded6988cea37c34db83a5b
tree    d90469a01800dec4f15a0ae89bec12b1b8a3e0af
parent  6bbe45f0b9e17cb5de969a8faeb1dbf9e65e7744
README.txt
= Cucumber

The main website is at http://cukes.info/
The documentation is at http://github.com/aslakhellesoy/cucumber/wikis/home/

== Running tests

gem install geminstaller
geminstaller
gem install test-unit # Only do this if you're on Ruby 1.9.1. Might not be needed when a new version of Spork is 
released.
rake

Note that if you're on Ruby 1.9.1, the RSpec suite will fail because
RSpec doesn' work with Ruby 1.9.1 yet. You can run only the features:

rake cucumber