aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/parrots.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/parrots.yml')
-rw-r--r--activerecord/test/fixtures/parrots.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/parrots.yml b/activerecord/test/fixtures/parrots.yml
new file mode 100644
index 0000000000..74bc6b4e78
--- /dev/null
+++ b/activerecord/test/fixtures/parrots.yml
@@ -0,0 +1,16 @@
+george:
+ name: "Curious George"
+ treasures: diamond, sapphire
+
+louis:
+ name: "King Louis"
+ treasures: [diamond, sapphire]
+
+frederick:
+ name: $LABEL
+
+DEFAULTS: &DEFAULTS
+ treasures: sapphire, ruby
+
+davey:
+ <<: *DEFAULTS