public
Rubygem
Description: BDD that talks to domain experts first and code second
Homepage: http://cukes.info/
Clone URL: git://github.com/aslakhellesoy/cucumber.git
cucumber / examples / java
name age message
..
file .gitignore Thu May 14 06:37:46 -0700 2009 Improved Java example using Ant instead of Rake... [aslakhellesoy]
file README.textile Thu May 14 06:37:46 -0700 2009 Improved Java example using Ant instead of Rake... [aslakhellesoy]
file build.xml Loading commit data...
directory features/
directory src/ Wed Sep 17 09:08:52 -0700 2008 Small tweaks to examples [aslakhellesoy]

Using Cucumber with Java

This directory contains code to demonstrate how Cucumber can be used to develop Java code.

Installing required gems

jruby -S gem install cucumber jruby -S gem install diff-lcs

Running the scenarios

Open a shell in this directory (java) and execute the following command:


ant

There is a deliberate error. See if you can fix it!