diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-07-23 16:45:26 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-07-23 16:45:26 +0100 |
commit | 86c185f0d0195b300fa26b99a409d0596d590233 (patch) | |
tree | cab8410dcd5c383645f8d5f43f716455585cd752 | |
parent | bcf2d0108b8328b7d12921a6cc9854353167ac62 (diff) |
Add loading of raw emails - test depends on this.
-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 f9ca44657..db58da4bd 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 |