Created
July 10, 2010 05:10
-
-
Save dchelimsky/470460 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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