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:
parent
5e94d388b5
commit
c38fa97165
|
@ -51,7 +51,7 @@ class WikisControllerTest < ActionController::TestCase
|
|||
end
|
||||
|
||||
assert_include 'errorExplanation', response.body
|
||||
assert_include 'Start page can't be blank', response.body
|
||||
assert_include "Start page #{ESCAPED_CANT} be blank", response.body
|
||||
end
|
||||
|
||||
def test_update
|
||||
|
|
Loading…
Reference in New Issue