public
Description: BDD that talks to domain experts first and code second
Homepage: http://cukes.info/
Clone URL: git://github.com/aslakhellesoy/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 Sun Nov 08 16:54:39 -0800 2009 Pretty printer fails when expanding scenario ou... [aslakhellesoy]
file LICENSE Tue Aug 18 14:45:22 -0700 2009 It's the MIT License [aslakhellesoy]
file Manifest.txt Wed Oct 14 11:05:17 -0700 2009 Ditched Hoe for Jeweler [aslakhellesoy]
file README.rdoc Wed Oct 14 11:05:17 -0700 2009 Ditched Hoe for Jeweler [aslakhellesoy]
file Rakefile Sun Oct 25 16:11:09 -0700 2009 All specs and features passing. For spork - use... [aslakhellesoy]
file VERSION.yml Tue Oct 27 19:49:39 -0700 2009 No green cukes on gem install - no colors by de... [aslakhellesoy]
directory bin/ Tue Oct 27 19:12:29 -0700 2009 IronRuby is smarter now [aslakhellesoy]
file cucumber.gemspec Tue Oct 27 20:07:57 -0700 2009 Update Spork dependency [aslakhellesoy]
file cucumber.yml Mon Oct 12 17:14:44 -0700 2009 Added a windows_mri profile similar to JRuby - ... [aslakhellesoy]
directory examples/ Mon Nov 09 11:10:34 -0800 2009 Detect OS_X in a smarter way [aslakhellesoy]
directory features/ Sun Nov 08 14:40:54 -0800 2009 Update expand feature [msassak]
directory gem_tasks/ Wed Oct 14 11:05:17 -0700 2009 Ditched Hoe for Jeweler [aslakhellesoy]
directory lib/ Mon Nov 09 11:10:34 -0800 2009 Detect OS_X in a smarter way [aslakhellesoy]
directory rails_generators/ Tue Nov 03 15:45:07 -0800 2009 Merge branch 'master' of git://github.com/gavin... [aslakhellesoy]
directory spec/ Fri Oct 30 18:13:52 -0700 2009 Support i18n for step multicall [aslakhellesoy]
README.rdoc

Cucumber

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

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don’t break it in a future version unintentionally.
  • Commit, do not mess with Rakefile, version, or history. (if you want to have your own version, that is fine but
     bump version in a commit by itself I can ignore when I pull)
    
  • Send me a pull request. Bonus points for topic branches.

Running tests

  rake

If you get errors about missing gems - just install them.

Copyright

Copyright © 2008,2009 Aslak Hellesøy. See LICENSE for details.