summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_helper.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 57ce1613e..79f30e7cd 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -32,9 +32,11 @@ class ActiveSupport::TestCase
self.use_transactional_fixtures = true
self.use_instantiated_fixtures = false
- ESCAPED_CANT = 'can't'
+ ESCAPED_CANT = 'can't'
+ ESCAPED_UCANT = 'Can't'
# Rails 4.0.2
- #ESCAPED_CANT = 'can't'
+ #ESCAPED_CANT = 'can't'
+ #ESCAPED_UCANT = 'Can't'
def log_user(login, password)
User.anonymous