@@ -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