diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-02 23:31:13 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-02 23:31:13 +0000 |
commit | 612bb73fece343bfda765dda91eabb1d2a6b310c (patch) | |
tree | 6ad1d1c03ceaa7c8ac2dd55839c0669623a692db /activerecord/test | |
parent | 3e7a4ecc57da31c908982f933de65d33ebbfc344 (diff) | |
download | rails-612bb73fece343bfda765dda91eabb1d2a6b310c.tar.gz rails-612bb73fece343bfda765dda91eabb1d2a6b310c.tar.bz2 rails-612bb73fece343bfda765dda91eabb1d2a6b310c.zip |
Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@322 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test')
-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 |