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:
bsag 2006-04-09 11:14:24 +00:00
parent edaacf3d4f
commit 51a490f2c7

View file

@ -2,6 +2,14 @@
first_notes: first_notes:
id: 1 id: 1
user_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: another_notes:
id: 2 id: 2
user_id: 1 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