mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
test/fixtures/notes.yml didn't have all the required fields, so if rake load_fixtures was used to load the example contents, the notes page would generate errors.
Fixes #249. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@218 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
edaacf3d4f
commit
51a490f2c7
1 changed files with 8 additions and 0 deletions
8
tracks/test/fixtures/notes.yml
vendored
8
tracks/test/fixtures/notes.yml
vendored
|
|
@ -2,6 +2,14 @@
|
|||
first_notes:
|
||||
id: 1
|
||||
user_id: 1
|
||||
project_id: 1
|
||||
body: Need to collect a catalogue from Time Machines R Us
|
||||
created_at: 2006-04-09 12:09:00
|
||||
updated_at: 2006-04-09 12:09:00
|
||||
another_notes:
|
||||
id: 2
|
||||
user_id: 1
|
||||
project_id: 1
|
||||
body: Should I go for a swirly effect or a whooshy one?
|
||||
created_at: 2006-04-08 11:01:05
|
||||
updated_at: 2006-04-08 11:01:05
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue