Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated require line in README to reflect new usage ('aruba/cucumber').
  • Loading branch information
pfhawkins committed Dec 13, 2010
1 parent ac8b59f commit 757123d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -9,7 +9,7 @@ a compiled C program, a Java program, a Perl script - anything.

Then, just require the library in one of your ruby files under <tt>features/support</tt>

require 'aruba'
require 'aruba/cucumber'

You now have a bunch of step definitions that you can use in your features. Look at aruba/cucumber.rb
to see all the step definitions. Look at features/*.feature for examples (which are also testing Aruba
Expand Down

0 comments on commit 757123d

Please sign in to comment.