Sha256: 0dd86dfc63ea0abc228f124c401655a8085ecb6b41501975de565981595fbd92

Contents?: true

Size: 938 Bytes

Versions: 2

Compression:

Stored size: 938 Bytes

Contents

= cucumber-rails

Extracted the Rails generators from the Cucumber gem, inspired by
{this posting}[http://groups.google.com/group/cukes/browse_thread/thread/b9b8ff6301393c19"]
on the Cukes Mailing List.

The goal is to provide i18n of the webrat_steps.rb plus some other useful
enhancements.

== Install

  gem install cucumber-rails

== Usage

Once you install the gem, the generators will be available to all Rails
applications on your system. If you run script/generate without any
additional arguments you should see the available generators listed.

To run the generator, go to your rails project directory and call it
using the script/generate or script/destroy command.

  script/generate cucumber


== Included Generators

* cucumber: Sets up Cucumber in your Rails project
* feature: Generates a skeleton for a new feature

To view the README for each generator, run it with the --help option.

  script/generate cucumber --help

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cucumber-rails-0.1.0 README.rdoc
cucumber-rails-0.0.0 README.rdoc