updating the test fixtures ... 15.9 does not appear to be working as advertised, but I will assume it is my fault (for now)

This commit is contained in:
Dan Buch 2011-08-10 21:46:27 -04:00
parent feb4a513e8
commit e7a3ab7a73
2 changed files with 20 additions and 11 deletions

View File

@ -3,9 +3,16 @@
# This model initially had no columns defined. If you add columns to the # This model initially had no columns defined. If you add columns to the
# model remove the '{}' from the fixture names and add the columns immediately # model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below # below each fixture, per the syntax in the comments below
#
one: {} one:
# column: value name: "John Doe"
# email: "john@doe.com"
two: {}
# column: value two:
name: "Jane Doe"
email: "janeybear@yahoo.com"
three:
name: "Manny Bananny"
email: "hunka@burninluv.us"

View File

@ -4,8 +4,10 @@
# model remove the '{}' from the fixture names and add the columns immediately # model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below # below each fixture, per the syntax in the comments below
# #
one: {} one:
# column: value username: johndoe
# hashed_password: 019768a0e586a21e3250db985405554ccde798fc
two: {}
# column: value two:
username: janedoe
hashed_password: 019768a0e586a21e3250db985405554ccde798fc