Skip to content

Instantly share code, notes, and snippets.

@sarahmei
Created September 26, 2009 07:12
Show Gist options
  • Save sarahmei/194076 to your computer and use it in GitHub Desktop.
Save sarahmei/194076 to your computer and use it in GitHub Desktop.
generate("cucumber")
run("rm -rf features")
git(:clone => "http://github.com/ultrasaurus/workshop-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