diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-05 00:42:50 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-05 00:42:50 +0000 |
commit | bd6d45428fdab2e9e62ace00298cbd8fbf10db43 (patch) | |
tree | eee58011d6520862809fd87a6ca4c123f6b6454f /test | |
parent | 52b5a26507b32bcf06179ef8685b58822df74c42 (diff) | |
download | redmine-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.rb | 2 |
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'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]] |