aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile1
-rw-r--r--tasks/rspec.rake4
2 files changed, 2 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 320b14a..743f388 100644
--- a/Rakefile
+++ b/Rakefile
@@ -14,5 +14,6 @@ end
require "refinerycms-testing"
Refinery::Testing::Railtie.load_tasks
+Refinery::Testing::Railtie.load_dummy_tasks(ENGINE_PATH)
load File.expand_path('../tasks/rspec.rake', __FILE__)
diff --git a/tasks/rspec.rake b/tasks/rspec.rake
index a7a9ae0..2ce7751 100644
--- a/tasks/rspec.rake
+++ b/tasks/rspec.rake
@@ -1,6 +1,4 @@
require 'rspec/core/rake_task'
desc "Run specs"
-RSpec::Core::RakeTask.new do |t|
- t.pattern = "./spec"
-end \ No newline at end of file
+RSpec::Core::RakeTask.new