From: Toshi MARUYAMA Date: Tue, 4 Feb 2014 04:32:20 +0000 (+0000) Subject: use escaped "can't" constant at WikisControllerTest X-Git-Tag: 2.5.0~119 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c38fa97165817ed1943aa850e222b11c2c93735c;p=redmine.git use escaped "can't" constant at WikisControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12781 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/wikis_controller_test.rb b/test/functional/wikis_controller_test.rb index 6809eaacb..69c632801 100644 --- a/test/functional/wikis_controller_test.rb +++ b/test/functional/wikis_controller_test.rb @@ -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