use escaped "can't" constant at WikisControllerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12781 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-02-04 04:32:20 +00:00
parent 5e94d388b5
commit c38fa97165
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class WikisControllerTest < ActionController::TestCase
end
assert_include 'errorExplanation', response.body
assert_include 'Start page can&#x27;t be blank', response.body
assert_include "Start page #{ESCAPED_CANT} be blank", response.body
end
def test_update