code format clean up escaped "can't" constant

git-svn-id: http://svn.redmine.org/redmine/trunk@12783 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-02-04 04:41:27 +00:00
parent 0d4551c270
commit 31cab06f91
1 changed files with 2 additions and 2 deletions

View File

@ -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