From 2a6692248b8976141997c4418561bb0800baf2da Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 21 Dec 2014 12:39:48 +0000 Subject: Replaced "can't" with "cannot" in error messages. git-svn-id: http://svn.redmine.org/redmine/trunk@13781 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/principal_memberships_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/principal_memberships_controller_test.rb') diff --git a/test/functional/principal_memberships_controller_test.rb b/test/functional/principal_memberships_controller_test.rb index 7d15114b2..d02c13450 100644 --- a/test/functional/principal_memberships_controller_test.rb +++ b/test/functional/principal_memberships_controller_test.rb @@ -104,7 +104,7 @@ class PrincipalMembershipsControllerTest < ActionController::TestCase assert_equal 'text/javascript', response.content_type end assert_include 'alert', response.body, "Alert message not sent" - assert_include 'Role can\\\'t be empty', response.body, "Error message not sent" + assert_include 'Role cannot be empty', response.body, "Error message not sent" end def test_update_user_membership -- cgit v1.2.3