From 79dc275b8d1676976f8f633c9e678fa511ccaf52 Mon Sep 17 00:00:00 2001 From: dmathieu <42@dmathieu.com> Date: Tue, 24 May 2011 11:18:28 +0200 Subject: properly reference yml alias nodes as per the last version of the yml specifications : http://www.yaml.org/spec/1.2/spec.html#* alias// --- activerecord/test/fixtures/parrots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test/fixtures/parrots.yml') 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 -- cgit v1.2.3