Merged updates from trunk into stable branch
[feedcatcher.git] / vendor / rails / activerecord / test / fixtures / people.yml
diff --git a/vendor/rails/activerecord/test/fixtures/people.yml b/vendor/rails/activerecord/test/fixtures/people.yml
new file mode 100644 (file)
index 0000000..3babb1f
--- /dev/null
@@ -0,0 +1,15 @@
+michael:
+  id: 1
+  first_name: Michael
+  primary_contact_id: 2
+  gender: M
+david:
+  id: 2
+  first_name: David
+  primary_contact_id: 3
+  gender: M
+susan:
+  id: 3
+  first_name: Susan
+  primary_contact_id: 2
+  gender: F
\ No newline at end of file