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