aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
diff options
context:
space:
mode:
authordmathieu <42@dmathieu.com>2011-05-24 11:18:28 +0200
committerdmathieu <42@dmathieu.com>2011-05-24 11:18:28 +0200
commit79dc275b8d1676976f8f633c9e678fa511ccaf52 (patch)
tree94d2ee91d98614119919402b8f33bc0c12fd177e /activerecord/test/fixtures
parent00be5bd75d0980c467d76b5eecf43490d0f32553 (diff)
downloadrails-79dc275b8d1676976f8f633c9e678fa511ccaf52.tar.gz
rails-79dc275b8d1676976f8f633c9e678fa511ccaf52.tar.bz2
rails-79dc275b8d1676976f8f633c9e678fa511ccaf52.zip
properly reference yml alias nodes
as per the last version of the yml specifications : http://www.yaml.org/spec/1.2/spec.html#* alias//
Diffstat (limited to 'activerecord/test/fixtures')
-rw-r--r--activerecord/test/fixtures/parrots.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/parrots.yml b/activerecord/test/fixtures/parrots.yml
index 8b73b8cdf6..8425ef98e0 100644
--- a/activerecord/test/fixtures/parrots.yml
+++ b/activerecord/test/fixtures/parrots.yml
@@ -24,4 +24,4 @@ DEFAULTS: &DEFAULTS
parrot_sti_class: LiveParrot
davey:
- <<: *DEFAULTS
+ *DEFAULTS