aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-07-23 16:45:26 +0100
committerLouise Crow <louise.crow@gmail.com>2013-07-23 16:45:26 +0100
commit86c185f0d0195b300fa26b99a409d0596d590233 (patch)
treecab8410dcd5c383645f8d5f43f716455585cd752
parentbcf2d0108b8328b7d12921a6cc9854353167ac62 (diff)
Add loading of raw emails - test depends on this.
-rw-r--r--spec/models/info_request_spec.rb1
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