mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
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
|
end
|
||||||
|
|
||||||
assert_include 'errorExplanation', response.body
|
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
|
end
|
||||||
|
|
||||||
def test_update
|
def test_update
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user