Require spec helper before running tests

This commit is contained in:
Erik Michaels-Ober 2012-03-12 18:31:54 -05:00
parent 174869a910
commit 5257c7dfd3
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ require 'rspec/core/rake_task'
Bundler::GemHelper.install_tasks
RSpec::Core::RakeTask.new do |task|
task.rspec_opts = "-r ./test_app/spec/spec_helper.rb"
task.pattern = "./test_app/spec/**/*_spec.rb"
end