aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/people.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/people.yml')
-rw-r--r--activerecord/test/fixtures/people.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/people.yml b/activerecord/test/fixtures/people.yml
index 22c64afb70..d5a69e561d 100644
--- a/activerecord/test/fixtures/people.yml
+++ b/activerecord/test/fixtures/people.yml
@@ -1,3 +1,6 @@
michael:
id: 1
- first_name: Michael \ No newline at end of file
+ first_name: Michael
+david:
+ id: 2
+ first_name: David \ No newline at end of file