diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-12 13:19:52 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-12 13:19:52 -0700 |
commit | c9d4efa71d53b8d9ae1379024d02d43a03e80984 (patch) | |
tree | 4bcc816c16667987abea3dc7860b71aa2356a346 /spec/models/incoming_message_spec.rb | |
parent | d0e7b8e97015b0743ff973475ac35e788be385a5 (diff) |
Make sure raw emails are loaded before running test.
Diffstat (limited to 'spec/models/incoming_message_spec.rb')
-rw-r--r-- | spec/models/incoming_message_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/models/incoming_message_spec.rb b/spec/models/incoming_message_spec.rb index 03152f5ff..325659625 100644 --- a/spec/models/incoming_message_spec.rb +++ b/spec/models/incoming_message_spec.rb @@ -544,6 +544,10 @@ end describe IncomingMessage, "when extracting attachments" do + before do + load_raw_emails + end + it 'handles the case where reparsing changes the body of the main part and the cached attachment has been deleted' do # original set of attachment attributes |