define constant of escaped "Can't" for tests
git-svn-id: http://svn.redmine.org/redmine/trunk@12793 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a6d4cdb25b
commit
b825198e0f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue