@@ -32,9 +32,11 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 | ESCAPED_UCANT = 'Can't' | |
|
36 | 37 | # Rails 4.0.2 |
|
37 | #ESCAPED_CANT = 'can't' | |
|
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