From dac22ebb396248529da588664da8ea4046aa38d1 2016-06-01 18:48:26 From: Jean-Philippe Lang Date: 2016-06-01 18:48:26 Subject: [PATCH] Test failure (#22926). git-svn-id: http://svn.redmine.org/redmine/trunk@15434 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index d2b1955..35a9b8c 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -164,7 +164,7 @@ RAW attachment = Attachment.generate!(:filename => 'café.jpg') with_settings :text_formatting => 'markdown' do - assert_include %(), + assert_include %(), textilizable("![](café.jpg)", :attachments => [attachment]) end end