diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-26 11:13:38 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-26 11:13:38 -0700 |
commit | 411aee219e14fe3d942699f230f7a8e3ed70bfe0 (patch) | |
tree | cbd41460afc2f0e24d7490d3034eee2544f3bac5 /spec/models/incoming_message_spec.rb | |
parent | 9ccc03bc7d4c4e9064a9217d6e332abfb3f15b7f (diff) | |
parent | 0d9de53bdccf20cc2884f0ad896d5e9dd2edee03 (diff) |
Merge branch 'release/0.12' into wdtk
Conflicts:
locale/he_IL/app.po
locale/hr_HR/app.po
locale/nb_NO/app.po
locale/uk/app.po
spec/models/info_request_spec.rb
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 b06991a34..3c924dcb3 100644 --- a/spec/models/incoming_message_spec.rb +++ b/spec/models/incoming_message_spec.rb @@ -554,6 +554,10 @@ end describe IncomingMessage, "when extracting attachments" do + before do + load_raw_emails_data + 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 |