Skip to content

Commit

Permalink
Remove --trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Feb 29, 2012
1 parent 9f59416 commit 20632f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/lib/refinery/tasks/testing.rake
Expand Up @@ -42,7 +42,7 @@ namespace :refinery do

task :init_test_database do
task_params = [%Q{ bundle exec rake -f #{Refinery::Testing::Railtie.target_extension_path.join('Rakefile')} }]
task_params << %Q{ app:db:test:prepare --trace }
task_params << %Q{ app:db:test:preparerd }

system task_params.join(' ')
end
Expand Down

0 comments on commit 20632f7

Please sign in to comment.