Skip to content

Instantly share code, notes, and snippets.

@asalant
Created February 22, 2010 01:27
Show Gist options
  • Save asalant/310679 to your computer and use it in GitHub Desktop.
Save asalant/310679 to your computer and use it in GitHub Desktop.
generate("cucumber")
run("rm -rf features")
git(:clone => "git://gitorious.org/workshop-features/features.git")
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