diff options
Diffstat (limited to 'test/functional/attachments_controller_test.rb')
-rw-r--r-- | test/functional/attachments_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/attachments_controller_test.rb b/test/functional/attachments_controller_test.rb index d0fde7c27..981b7f64f 100644 --- a/test/functional/attachments_controller_test.rb +++ b/test/functional/attachments_controller_test.rb @@ -382,7 +382,7 @@ class AttachmentsControllerTest < ActionController::TestCase assert_response :success assert_template 'edit' - assert_select_error /file #{ESCAPED_CANT} be blank/i + assert_select_error /file cannot be blank/i # The other attachment should not be updated attachment = Attachment.find(4) |