aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/request_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb
index c0cc1ac26..27647e04e 100644
--- a/spec/controllers/request_controller_spec.rb
+++ b/spec/controllers/request_controller_spec.rb
@@ -1193,6 +1193,7 @@ describe RequestController, "authority uploads a response from the web interface
attachments = new_im.get_attachments_for_display
attachments.size.should == 1
attachments[0].filename.should == "parrot.png"
+ attachments[0].display_size.should == "94K"
end
end