Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 503 Bytes

README.textile

File metadata and controls

18 lines (10 loc) · 503 Bytes

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!

Also see Cuke4Duke for more powerful JVM and Java support for Cucumber.