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=0000000000000000000000000000000000000000;hb=36d9f3351a3b4e8159279445190e2287ffdea86c;hp=8b73b8cdf66ad567d48516ad697cd06c15c770ab;hpb=913cf6054b1d29b5d2f5e620304af7ee77cc1f1f;p=feedcatcher.git diff --git a/vendor/rails/activerecord/test/fixtures/parrots.yml b/vendor/rails/activerecord/test/fixtures/parrots.yml deleted file mode 100644 index 8b73b8c..0000000 --- a/vendor/rails/activerecord/test/fixtures/parrots.yml +++ /dev/null @@ -1,27 +0,0 @@ -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