test database will be initialized before rake rspec is run
This commit is contained in:
parent
87f478e664
commit
ad784342dd
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -23,7 +23,7 @@ end
|
||||||
require 'rspec/core/rake_task'
|
require 'rspec/core/rake_task'
|
||||||
|
|
||||||
desc "Run specs"
|
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__)
|
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
|
||||||
load 'rails/tasks/engine.rake'
|
load 'rails/tasks/engine.rake'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue