define constant of escaped "can't" for tests
git-svn-id: http://svn.redmine.org/redmine/trunk@12780 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fe7c6057f9
commit
5e94d388b5
|
@ -32,6 +32,10 @@ class ActiveSupport::TestCase
|
|||
self.use_transactional_fixtures = true
|
||||
self.use_instantiated_fixtures = false
|
||||
|
||||
ESCAPED_CANT='can't'
|
||||
# Rails 4.0.2
|
||||
#ESCAPED_CANT='can't'
|
||||
|
||||
def log_user(login, password)
|
||||
User.anonymous
|
||||
get "/login"
|
||||
|
|
Loading…
Reference in New Issue