Skip to content

Instantly share code, notes, and snippets.

@wolframarnold
Created November 19, 2009 16:13
Show Gist options
  • Save wolframarnold/238848 to your computer and use it in GitHub Desktop.
Save wolframarnold/238848 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") }
rake("db:migrate")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment