diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-07-29 16:32:51 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-07-29 16:32:51 +0100 |
commit | 6b6ada3571d9d05d8b2c6a59b5134e634775f617 (patch) | |
tree | b81a5421bb40de9b603c5a386b5b44a02b1e931b /spec/models/info_request_spec.rb | |
parent | b17910d494ae1a459c83b43e4b668ca4e80fc680 (diff) | |
parent | a73ffdc2a6801961ce2b5c9719651231dd484021 (diff) |
Merge branch 'feature/localisation-fixes' into rails-3-develop
Diffstat (limited to 'spec/models/info_request_spec.rb')
-rw-r--r-- | spec/models/info_request_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/info_request_spec.rb b/spec/models/info_request_spec.rb index 0ba8abd75..c9ee57c74 100644 --- a/spec/models/info_request_spec.rb +++ b/spec/models/info_request_spec.rb @@ -156,6 +156,7 @@ describe InfoRequest do end it "should cope with indexing after item is deleted" do + load_raw_emails_data IncomingMessage.find(:all).each{|x| x.parse_raw_email!} rebuild_xapian_index # delete event from underneath indexing; shouldn't cause error |