##// END OF EJS Templates
code format clean up escaped "can't" constant...
Toshi MARUYAMA -
r12508:31cab06f91fb
parent child
Show More
@@ -32,9 +32,9 class ActiveSupport::TestCase
32 32 self.use_transactional_fixtures = true
33 33 self.use_instantiated_fixtures = false
34 34
35 ESCAPED_CANT='can't'
35 ESCAPED_CANT = 'can't'
36 36 # Rails 4.0.2
37 #ESCAPED_CANT='can't'
37 #ESCAPED_CANT = 'can't'
38 38
39 39 def log_user(login, password)
40 40 User.anonymous
General Comments 0
You need to be logged in to leave comments. Login now