mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-07 08:01:31 +00:00
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…
x
Reference in New Issue
Block a user