summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-12-21 12:39:48 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-12-21 12:39:48 +0000
commit2a6692248b8976141997c4418561bb0800baf2da (patch)
tree68c7fe2afb20e1daa1790cdc3e61a06a53768ba9 /test/test_helper.rb
parente2998505b2403a70c233cf96fac8432e950bf47d (diff)
downloadredmine-2a6692248b8976141997c4418561bb0800baf2da.tar.gz
redmine-2a6692248b8976141997c4418561bb0800baf2da.zip
Replaced "can't" with "cannot" in error messages.
git-svn-id: http://svn.redmine.org/redmine/trunk@13781 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 2416609a6..44ea86f5b 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -44,12 +44,6 @@ class ActiveSupport::TestCase
self.use_transactional_fixtures = true
self.use_instantiated_fixtures = false
- #ESCAPED_CANT = 'can&#x27;t'
- #ESCAPED_UCANT = 'Can&#x27;t'
- # Rails 4.0.2
- ESCAPED_CANT = 'can&#39;t'
- ESCAPED_UCANT = 'Can&#39;t'
-
def uploaded_test_file(name, mime)
fixture_file_upload("files/#{name}", mime, true)
end