summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-02-05 00:42:50 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-02-05 00:42:50 +0000
commitbd6d45428fdab2e9e62ace00298cbd8fbf10db43 (patch)
treeeee58011d6520862809fd87a6ca4c123f6b6454f /test
parent52b5a26507b32bcf06179ef8685b58822df74c42 (diff)
downloadredmine-bd6d45428fdab2e9e62ace00298cbd8fbf10db43.tar.gz
redmine-bd6d45428fdab2e9e62ace00298cbd8fbf10db43.zip
use escaped "Can't" constant at ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@12807 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/helpers/application_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb
index dda39a240..1cb72c435 100644
--- a/test/unit/helpers/application_helper_test.rb
+++ b/test/unit/helpers/application_helper_test.rb
@@ -784,7 +784,7 @@ RAW
expected = <<-EXPECTED
<p><a href="/projects/ecookbook/wiki/CookBook_documentation" class="wiki-page">CookBook documentation</a></p>
-<p><a href="/issues/1" class="#{Issue.find(1).css_classes}" title="Can&#x27;t print recipes (New)">#1</a></p>
+<p><a href="/issues/1" class="#{Issue.find(1).css_classes}" title="#{ESCAPED_UCANT} print recipes (New)">#1</a></p>
<pre>
[[CookBook documentation]]