diff --git a/test/test_helper.rb b/test/test_helper.rb index 674ac627a..57ce1613e 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -32,9 +32,9 @@ class ActiveSupport::TestCase self.use_transactional_fixtures = true self.use_instantiated_fixtures = false - ESCAPED_CANT='can't' + ESCAPED_CANT = 'can't' # Rails 4.0.2 - #ESCAPED_CANT='can't' + #ESCAPED_CANT = 'can't' def log_user(login, password) User.anonymous