public
Fork of aslakhellesoy/cucumber
Description: A reimplementation of RSpec's story framework, based on Treetop.
Homepage: http://github.com/aslakhellesoy/cucumber/wikis
Clone URL: git://github.com/kakutani/cucumber.git
name age message
file .gitattributes Sun Oct 05 03:46:17 -0700 2008 Adding spec for DOS line endings. [aslakhellesoy]
file .gitignore Fri Jun 12 14:58:35 -0700 2009 Added a steps formatter [demetriusnunes]
file History.txt Loading commit data...
file License.txt Wed Oct 14 10:37:28 -0700 2009 Version bump to 0.0.0 [aslakhellesoy]
file Manifest.txt Mon Oct 12 16:25:25 -0700 2009 Attribution to Dejan Dimic. Updated Romanian an... [aslakhellesoy]
file README.txt Sun Oct 11 16:22:00 -0700 2009 Cucumber's features now pass on 1.8.6, 1.8.7 an... [aslakhellesoy]
file Rakefile Mon Oct 12 17:36:04 -0700 2009 Skip RSpec if we're on ruby 1.9 [aslakhellesoy]
directory bin/ Mon Oct 12 05:09:43 -0700 2009 More tweaks to make features run on more rubies... [aslakhellesoy]
directory config/ Tue Oct 06 06:27:23 -0700 2009 Change Hoe.spec to work according to Hoe docume... [dwaite]
file cucumber.gemspec Fri Oct 09 08:12:29 -0700 2009 Release 0.4.0 [aslakhellesoy]
file cucumber.yml Mon Oct 12 17:14:44 -0700 2009 Added a windows_mri profile similar to JRuby - ... [aslakhellesoy]
directory examples/ Mon Oct 12 16:25:25 -0700 2009 Attribution to Dejan Dimic. Updated Romanian an... [aslakhellesoy]
directory features/ Mon Oct 12 16:46:53 -0700 2009 Fix feature that broke when Serbian was added. [aslakhellesoy]
directory gem_tasks/ Mon Oct 12 17:14:44 -0700 2009 Added a windows_mri profile similar to JRuby - ... [aslakhellesoy]
file geminstaller.yml Mon Oct 12 05:09:43 -0700 2009 More tweaks to make features run on more rubies... [aslakhellesoy]
directory lib/
directory rails_generators/ Wed Oct 07 16:51:33 -0700 2009 typo fix [aslakhellesoy]
directory spec/ Mon Oct 12 05:39:25 -0700 2009 Adding spec to detect error condition when no t... [amikula]
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