Fix spec setup.

This commit is contained in:
Pete Higgins 2011-12-14 11:51:46 -08:00
parent 3a7a9198a4
commit 3bef84c3f8
2 changed files with 2 additions and 3 deletions

View file

@ -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__)

View file

@ -1,6 +1,4 @@
require 'rspec/core/rake_task'
desc "Run specs"
RSpec::Core::RakeTask.new do |t|
t.pattern = "./spec"
end
RSpec::Core::RakeTask.new