Path: | README.rdoc |
Last Update: | Thu Dec 02 21:03:52 +0000 2010 |
Cucumber steps for driving out command line applications. The command line application can be anything, a compiled C program, a Java program, a Perl script - anything.
gem install aruba
Then, just require the library in one of your ruby files under features/support
require 'aruba'
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 itself).
Aruba has several tags you can use to get more information. You can put these tags on individual scenarios, or on a feature. The tags are:
Copyright (c) 2010 Aslak Hellesøy and David Chelimsky. See LICENSE for details.