Started again with Rails 4
[feedcatcher.git] / vendor / rails / activerecord / test / fixtures / parrots.yml
diff --git a/vendor/rails/activerecord/test/fixtures/parrots.yml b/vendor/rails/activerecord/test/fixtures/parrots.yml
deleted file mode 100644 (file)
index 8b73b8c..0000000
+++ /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