diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/test/fixtures/topics.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/topics.yml b/activerecord/test/fixtures/topics.yml index f4942acb6c..d4e5a57291 100644 --- a/activerecord/test/fixtures/topics.yml +++ b/activerecord/test/fixtures/topics.yml @@ -4,7 +4,7 @@ first: author_name: David author_email_address: david@loudthinking.com written_on: 2003-07-16 15:28:00 - bonus_time: 12:13:14 + bonus_time: '12:13:14' last_read: 2004-04-15 content: Have a nice day approved: 0 |