aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/price_estimates.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/price_estimates.yml')
-rw-r--r--activerecord/test/fixtures/price_estimates.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/price_estimates.yml b/activerecord/test/fixtures/price_estimates.yml
new file mode 100644
index 0000000000..406d65a142
--- /dev/null
+++ b/activerecord/test/fixtures/price_estimates.yml
@@ -0,0 +1,16 @@
+sapphire_1:
+ price: 10
+ estimate_of: sapphire (Treasure)
+
+sapphire_2:
+ price: 20
+ estimate_of: sapphire (Treasure)
+
+diamond:
+ price: 30
+ estimate_of: diamond (Treasure)
+
+honda:
+ price: 40
+ estimate_of_type: Car
+ estimate_of_id: 1