From 51a490f2c7b6a6b0fef4bd0e6dfb2dcc3e754bc1 Mon Sep 17 00:00:00 2001 From: bsag Date: Sun, 9 Apr 2006 11:14:24 +0000 Subject: [PATCH] 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 --- tracks/test/fixtures/notes.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tracks/test/fixtures/notes.yml b/tracks/test/fixtures/notes.yml index ceafa8e7..85e63b25 100644 --- a/tracks/test/fixtures/notes.yml +++ b/tracks/test/fixtures/notes.yml @@ -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