diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-12-17 12:04:22 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-12-17 12:04:22 +0000 |
commit | e3dc628a38bb91b9d5e83971e247328bd421c47e (patch) | |
tree | 08bc5908d8a61585abb6d7310858c177b98da4ad | |
parent | dddc1313bdbbc4ed0b55324a33f9976958f5a2aa (diff) |
Adding mocking of incoming message id.
-rw-r--r-- | spec/controllers/request_controller_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index 7cfa5cb4a..45803d74f 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -2322,6 +2322,7 @@ describe RequestController, "when caching fragments" do incoming_message = mock(IncomingMessage, :info_request => info_request, :parse_raw_email! => true, :info_request_id => 132, + :id => 44, :get_attachments_for_display => nil, :html_mask_stuff! => nil) attachment = mock(FoiAttachment, :display_filename => long_name, |