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:
parent
0d4551c270
commit
31cab06f91
|
@ -32,9 +32,9 @@ class ActiveSupport::TestCase
|
||||||
self.use_transactional_fixtures = true
|
self.use_transactional_fixtures = true
|
||||||
self.use_instantiated_fixtures = false
|
self.use_instantiated_fixtures = false
|
||||||
|
|
||||||
ESCAPED_CANT='can't'
|
ESCAPED_CANT = 'can't'
|
||||||
# Rails 4.0.2
|
# Rails 4.0.2
|
||||||
#ESCAPED_CANT='can't'
|
#ESCAPED_CANT = 'can't'
|
||||||
|
|
||||||
def log_user(login, password)
|
def log_user(login, password)
|
||||||
User.anonymous
|
User.anonymous
|
||||||
|
|
Loading…
Reference in New Issue