cucumber-standalone
Description
Add a framework for running cucumber features in to any directory. Useful for sneaking Cucumber and BDD into projects written in other languages.
By default this includes the webrat steps and the
Installation
gem install cucumber-standalone
Usage
cucumber-standalone directory
create
create features
create features/example.feature
create features/support
create features/support/env.rb
create features/step_definitions/web_steps.rb
cd directory
# add features in features/
# add steps in step_definitions/
cucumber