Skip to content

Instantly share code, notes, and snippets.

@ultrasaurus
Created February 27, 2010 03:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ultrasaurus/316450 to your computer and use it in GitHub Desktop.
Save ultrasaurus/316450 to your computer and use it in GitHub Desktop.
generate("cucumber")
run("rm -rf features")
git(:clone => "http://github.com/ultrasaurus/workshop-features.git")
run("mv workshop-features features")
inside("features") { run("rm -rf .git") }
run("echo log/ > .gitignore; echo 'db/*.sqlite3' >> .gitignore;")
inside("config") { run('echo "default: --format pretty" > cucumber.yml') }
rake("db:migrate")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment