Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created July 10, 2010 05:10
Show Gist options
  • Save dchelimsky/470460 to your computer and use it in GitHub Desktop.
Save dchelimsky/470460 to your computer and use it in GitHub Desktop.
desc "run a variety of specs against the generated app"
task :smoke do
Dir.chdir("./tmp/example_app/") do
Bundler.with_clean_env do
sh "rake rails:template LOCATION='../../templates/run_specs.rb'"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment