Skip to content

Commit

Permalink
Merge pull request refinery#1373 from simi/patch-6
Browse files Browse the repository at this point in the history
Update testing/lib/refinery/tasks/testing.rake
  • Loading branch information
ugisozols committed Feb 29, 2012
2 parents 20632f7 + 9fb104e commit 7e9542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/lib/refinery/tasks/testing.rake
Original file line number Diff line number Diff line change
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:preparerd }
task_params << %Q{ app:db:test:prepare }

system task_params.join(' ')
end
Expand Down

0 comments on commit 7e9542b

Please sign in to comment.