X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Fparrots.yml;fp=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Fparrots.yml;h=8b73b8cdf66ad567d48516ad697cd06c15c770ab;hb=437aa336c44c74a30aeea16a06743c32747ed661;hp=0000000000000000000000000000000000000000;hpb=97a0772b06264134cfe38e7494f9427efe0840a0;p=feedcatcher.git diff --git a/vendor/rails/activerecord/test/fixtures/parrots.yml b/vendor/rails/activerecord/test/fixtures/parrots.yml new file mode 100644 index 0000000..8b73b8c --- /dev/null +++ b/vendor/rails/activerecord/test/fixtures/parrots.yml @@ -0,0 +1,27 @@ +george: + name: "Curious George" + treasures: diamond, sapphire + parrot_sti_class: LiveParrot + +louis: + name: "King Louis" + treasures: [diamond, sapphire] + parrot_sti_class: LiveParrot + +frederick: + name: $LABEL + parrot_sti_class: LiveParrot + +polly: + id: 4 + name: $LABEL + killer: blackbeard + treasures: sapphire, ruby + parrot_sti_class: DeadParrot + +DEFAULTS: &DEFAULTS + treasures: sapphire, ruby + parrot_sti_class: LiveParrot + +davey: + <<: *DEFAULTS