aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ef3229e..0fb4407 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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'