mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed that Date was in incorrect format in tasks.yml (closes #4072) [mlaster@metavillage.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3758 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
e3bfd08cbc
commit
3dcf7fe4e9
1 changed files with 2 additions and 2 deletions
4
activerecord/test/fixtures/tasks.yml
vendored
4
activerecord/test/fixtures/tasks.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
first_task:
|
||||
id: 1
|
||||
starting: "2005-03-30 06:30:00"
|
||||
ending: "2005-03-30 08:30:00"
|
||||
starting: 2005-03-30t06:30:00.00+01:00
|
||||
ending: 2005-03-30t08:30:00.00+01:00
|
||||
another_task:
|
||||
id: 2
|
||||
|
|
Loading…
Reference in a new issue