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 Caliper.yml Mon Nov 16 12:36:45 -0800 2009 Added Caliper config to ignore files [aslakhellesoy]
file History.txt Thu Nov 19 10:11:00 -0800 2009 The HTML formatter produces a much nicer report... [aslakhellesoy]
file LICENSE Wed Oct 14 10:37:28 -0700 2009 Version bump to 0.0.0 [aslakhellesoy]
file README.rdoc Wed Oct 14 11:05:17 -0700 2009 Ditched Hoe for Jeweler [aslakhellesoy]
file Rakefile Tue Oct 27 20:07:57 -0700 2009 Update Spork dependency [aslakhellesoy]
file VERSION.yml Fri Nov 13 04:02:52 -0800 2009 Version bump to 0.4.4 [aslakhellesoy]
directory bin/ Tue Oct 27 19:12:29 -0700 2009 IronRuby is smarter now [aslakhellesoy]
file cucumber.gemspec Sat Nov 14 08:41:56 -0800 2009 Deprecated --language [aslakhellesoy]
file cucumber.yml Thu Nov 19 10:31:30 -0800 2009 Better cucumber.yml [aslakhellesoy]
directory examples/ Fri Nov 20 13:51:14 -0800 2009 Fix incorrect instructions [aslakhellesoy]
directory features/ Fri Nov 20 14:46:03 -0800 2009 Trying once again to make RCR pass [aslakhellesoy]
directory gem_tasks/ Thu Nov 19 10:26:48 -0800 2009 Enough of RCR failing [aslakhellesoy]
directory lib/ Fri Nov 20 14:15:50 -0800 2009 Only link to TextMate if we're actually running... [aslakhellesoy]
directory rails_generators/ Mon Nov 16 19:55:14 -0800 2009 fix undefined method 'request_uri' error if cur... [ZhangJinzhu]
directory spec/ Sat Nov 14 08:41:56 -0800 2009 Deprecated --language [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.