diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 72083e6a9..9677a128c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -113,6 +113,9 @@ RSpec.configure do |config| config.before do RequestHelper.stub_http_requests + end + + config.before(:suite) do Rails.application.load_seed end