diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-29 20:24:39 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-29 20:24:39 +0000 |
commit | 59b5b15d56600ffc26d657dfea134ffcfc879725 (patch) | |
tree | 46b2fd44234965ff32725c499571b4c9d2814ec4 /spec/integration/errors_spec.rb | |
parent | cb9c215d3eb3369d7f619d98c55e357247ca72d1 (diff) | |
parent | 500b4d37702cdbad113ccb94c875e90dd770231a (diff) |
Merge branch 'release/0.5' into develop
Diffstat (limited to 'spec/integration/errors_spec.rb')
-rw-r--r-- | spec/integration/errors_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/errors_spec.rb b/spec/integration/errors_spec.rb index d03323445..ea9caaf12 100644 --- a/spec/integration/errors_spec.rb +++ b/spec/integration/errors_spec.rb @@ -17,7 +17,7 @@ describe "When rendering errors" do ] before(:each) do - load_raw_emails_data(raw_emails) + load_raw_emails_data ActionController::Base.consider_all_requests_local = false end |