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/unit/repository_mercurial_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/repository_mercurial_test.rb') diff --git a/test/unit/repository_mercurial_test.rb b/test/unit/repository_mercurial_test.rb index 0518055a2..34fc2bee7 100644 --- a/test/unit/repository_mercurial_test.rb +++ b/test/unit/repository_mercurial_test.rb @@ -45,7 +45,7 @@ class RepositoryMercurialTest < ActiveSupport::TestCase :identifier => 'test' ) assert !repo.save - assert_include "Path to repository can't be blank", + assert_include "Path to repository cannot be blank", repo.errors.full_messages end -- cgit v1.2.3