diff --git a/Rakefile b/Rakefile index f849383..29aad4b 100644 --- a/Rakefile +++ b/Rakefile @@ -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