aboutsummaryrefslogtreecommitdiffstats
path: root/spec/integration
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/request_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/integration/request_controller_spec.rb b/spec/integration/request_controller_spec.rb
index 24667bdf1..9e585448b 100644
--- a/spec/integration/request_controller_spec.rb
+++ b/spec/integration/request_controller_spec.rb
@@ -6,6 +6,7 @@ describe RequestController, "when classifying an information request" do
describe 'when the request is internal' do
before(:each) do
+ load_raw_emails_data
@dog_request = info_requests(:fancy_dog_request)
# This should happen automatically before each test but doesn't with these integration
# tests for some reason.