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/josephwilk/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 Dec 11 13:50:32 -0800 2009 Merge branch 'wire_tables' Conflicts: .gitignore [mattwynne]
file Caliper.yml Mon Nov 16 12:36:45 -0800 2009 Added Caliper config to ignore files [aslakhellesoy]
file History.txt Tue Dec 22 13:41:24 -0800 2009 Release 0.5.3 - so Cuke4Nuke can move forward [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 Mon Dec 21 23:58:02 -0800 2009 Depend on json_pure to ensure cross-platform wo... [aslakhellesoy]
file VERSION.yml Tue Dec 22 13:41:24 -0800 2009 Release 0.5.3 - so Cuke4Nuke can move forward [aslakhellesoy]
directory bin/ Tue Oct 27 19:12:29 -0700 2009 IronRuby is smarter now [aslakhellesoy]
file cucumber.gemspec Tue Dec 22 13:41:24 -0800 2009 Release 0.5.3 - so Cuke4Nuke can move forward [aslakhellesoy]
file cucumber.yml Mon Dec 14 16:16:10 -0800 2009 omit wire for jruby - no fork [aslakhellesoy]
directory examples/ Mon Dec 21 23:52:35 -0800 2009 Cleanup [#547 state:resolved] [aslakhellesoy]
directory features/ Tue Dec 22 11:22:36 -0800 2009 Clean up docs [mattwynne]
directory gem_tasks/ Thu Nov 19 10:26:48 -0800 2009 Enough of RCR failing [aslakhellesoy]
directory lib/ Tue Dec 22 11:23:18 -0800 2009 Merge branch 'wire_simplify' [mattwynne]
directory spec/ Tue Dec 22 10:42:05 -0800 2009 Experiment with removing empty params from wire... [mattwynne]
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.