Skip to content

Commit

Permalink
Finished most of the app, still need to add views and make all the te…
Browse files Browse the repository at this point in the history
…sts green.
  • Loading branch information
alloy committed Oct 24, 2009
1 parent a46322c commit 6e371fc
Show file tree
Hide file tree
Showing 2 changed files with 868 additions and 10 deletions.
8 changes: 7 additions & 1 deletion Rakefile
@@ -1,5 +1,11 @@
desc 'Drops the databases and removes the test app.'
task :clean do
sh 'cd test_app && rake db:drop:all'
rm_rf 'test_app'
end

desc 'Runs the template with the proper env so that it caches the rails checkout.'
task :test_template do
task :test_template => :clean do
sh 'env TEST_TEMPLATE=true rails -m fingertips.rb test_app'
end

Expand Down

0 comments on commit 6e371fc

Please sign in to comment.