Fixed problem with Time vs. DateTime classes in fixtures. Weirdly only affected mysql backend.
This commit is contained in:
parent
d7badc8402
commit
71192daef2
1 changed files with 1 additions and 1 deletions
2
test/fixtures/changesets.yml
vendored
2
test/fixtures/changesets.yml
vendored
|
@ -17,7 +17,7 @@ normal_user_first_change:
|
|||
public_user_first_change:
|
||||
id: 2
|
||||
user_id: 2
|
||||
created_at: <%= Time.now.getutc %>
|
||||
created_at: <%= DateTime.now.utc %>
|
||||
closed_at: <%= DateTime.now + Rational(1,24) %>
|
||||
num_changes: 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue