]> source.dussan.org Git - redmine.git/commitdiff
use escaped "can't" constant at WikisControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Feb 2014 04:32:20 +0000 (04:32 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Feb 2014 04:32:20 +0000 (04:32 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12781 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/wikis_controller_test.rb

index 6809eaacbe708585ff557b602c461f6a8cc72a0b..69c6328015f003160213ab13aad0693ec64f3141 100644 (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