From: Jean-Philippe Lang Date: Wed, 1 Jun 2016 18:48:26 +0000 (+0000) Subject: Test failure (#22926). X-Git-Tag: 3.4.0~950 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dac22ebb396248529da588664da8ea4046aa38d1;p=redmine.git 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 d2b195568..35a9b8ce2 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