Skip to content

Instantly share code, notes, and snippets.

@fabiolnm
Created November 20, 2011 18:01
Show Gist options
  • Save fabiolnm/1380592 to your computer and use it in GitHub Desktop.
Save fabiolnm/1380592 to your computer and use it in GitHub Desktop.
Cucumber install
rails generate cucumber:install
create config/cucumber.yml
create script/cucumber
chmod script/cucumber
create features/step_definitions
create features/support
create features/support/env.rb
exist lib/tasks
create lib/tasks/cucumber.rake
gsub config/database.yml
gsub config/database.yml
force config/database.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment