README.md in cucumber-rails-0.5.0.beta1 vs README.md in cucumber-rails-0.5.0
- old
+ new
@@ -20,11 +20,11 @@
bundle install
Learn about the various options:
- ruby rails generate cucumber:install --help
+ rails generate cucumber:install --help
Finally, bootstrap your Rails app, for example:
rails generate cucumber:install
@@ -33,11 +33,11 @@
IMPORTANT: Only do this if you are new to Cucumber. We recommend you write your
Cucumber features by hand once you get the hang of it.
Example:
- ruby rails generate cucumber:feature post title:string body:text published:boolean
- ruby rails generate scaffold post title:string body:text published:boolean
+ rails generate cucumber:feature post title:string body:text published:boolean
+ rails generate scaffold post title:string body:text published:boolean
rake db:migrate
rake cucumber
## Running Cucumber