Skip to content

Commit

Permalink
test database will be initialized before rake rspec is run
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Winsor committed Aug 5, 2011
1 parent 87f478e commit ad78434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -23,7 +23,7 @@ end
require 'rspec/core/rake_task'

desc "Run specs"
RSpec::Core::RakeTask.new
RSpec::Core::RakeTask.new(:spec => 'refinery:testing:engine:init_test_database')

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'
Expand Down

0 comments on commit ad78434

Please sign in to comment.