Commit ee4f1df1ce4ddb00c836c83bfb51c84c1e444280
1 parent
cdc3b65d
Exists in
master
and in
7 other branches
Fixed tests
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/test_helper.rb
... | ... | @@ -333,7 +333,7 @@ module TestDatabase |
333 | 333 | ) |
334 | 334 | |
335 | 335 | # hack for MySQL adapter |
336 | - user.update_attributes(created_at: nil, created_on: nil) if created_at.nil? | |
336 | + # user.update_attributes(created_at: nil, created_on: nil) if created_at.nil? | |
337 | 337 | |
338 | 338 | user |
339 | 339 | end | ... | ... |