Sha256: 87e1f1e11e1b460cafa9fe710a063aa98c323e94b249bcca3f5ef5b2b4e0fb10
Contents?: true
Size: 615 Bytes
Versions: 121
Compression:
Stored size: 615 Bytes
Contents
h1. Using Cucumber with Java This directory contains code to demonstrate how Cucumber can be used to develop Java code. You need JRuby 1.1.3 or higher installed and JRuby's bin directory on your PATH. h2. Installing required gems jruby -S gem install aslakhellesoy-cucumber jruby -S gem install diff-lcs h2. Running the scenarios Open a shell in this directory (java) and execute the following command: <pre><code> jruby -S rake features </code></pre> This will compile the java code and package it in a jar file, and then run Cucumber against that code. There is a deliberate error. See if you can fix it!
Version data entries
121 entries across 109 versions & 9 rubygems