summaryrefslogtreecommitdiffstats
path: root/test/functional/files_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/files_controller_test.rb')
-rw-r--r--test/functional/files_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/files_controller_test.rb b/test/functional/files_controller_test.rb
index 2f983e287..4cc5c972b 100644
--- a/test/functional/files_controller_test.rb
+++ b/test/functional/files_controller_test.rb
@@ -107,7 +107,7 @@ class FilesControllerTest < Redmine::ControllerTest
mail = ActionMailer::Base.deliveries.last
assert_not_nil mail
- assert_equal "[eCookbook] New file", mail.subject
+ assert_equal '[eCookbook] New file: testfile.txt', mail.subject
assert_mail_body_match 'testfile.txt', mail
end