##// END OF EJS Templates
use escaped "can't" constant at WikisControllerTest...
Toshi MARUYAMA -
r12506:c38fa9716581
parent child
Show More
@@ -51,7 +51,7 class WikisControllerTest < ActionController::TestCase
51 end
51 end
52
52
53 assert_include 'errorExplanation', response.body
53 assert_include 'errorExplanation', response.body
54 assert_include 'Start page can&#x27;t be blank', response.body
54 assert_include "Start page #{ESCAPED_CANT} be blank", response.body
55 end
55 end
56
56
57 def test_update
57 def test_update
General Comments 0
You need to be logged in to leave comments. Login now