From 31cab06f91fb0a6bd9648be9540b7b04e955ff1c Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 4 Feb 2014 04:41:27 +0000 Subject: [PATCH] code format clean up escaped "can't" constant git-svn-id: http://svn.redmine.org/redmine/trunk@12783 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/test_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5