##// END OF EJS Templates
define constant of escaped "can't" for tests...
Toshi MARUYAMA -
r12505:5e94d388b5c2
parent child
Show More
@@ -32,6 +32,10 class ActiveSupport::TestCase
32 self.use_transactional_fixtures = true
32 self.use_transactional_fixtures = true
33 self.use_instantiated_fixtures = false
33 self.use_instantiated_fixtures = false
34
34
35 ESCAPED_CANT='can't'
36 # Rails 4.0.2
37 #ESCAPED_CANT='can't'
38
35 def log_user(login, password)
39 def log_user(login, password)
36 User.anonymous
40 User.anonymous
37 get "/login"
41 get "/login"
General Comments 0
You need to be logged in to leave comments. Login now