aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-12-14 18:21:23 -0800
committerPhilip Arndt <parndt@gmail.com>2011-12-14 18:21:23 -0800
commit7c63d8188e6f22e1a3224d30a7a6da10a36ba93c (patch)
tree76245b40ef17729481d0c9d6bceef2ba7728de74
parentcc316ceb5bdc6d00ab9fc7dfa4172a6504c06dde (diff)
parent3bef84c3f881b09da9d8450c54653de75a2b7fe6 (diff)
downloadrefinerycms-blog-7c63d8188e6f22e1a3224d30a7a6da10a36ba93c.tar.gz
refinerycms-blog-7c63d8188e6f22e1a3224d30a7a6da10a36ba93c.tar.bz2
refinerycms-blog-7c63d8188e6f22e1a3224d30a7a6da10a36ba93c.zip
Merge pull request #156 from substantial/fix_spec_setup
Fix spec setup
-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