diff options
Diffstat (limited to 'activerecord/test/fixtures')
-rw-r--r-- | activerecord/test/fixtures/price_estimates.yml | 7 |
1 files changed, 7 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..1149ab17a2 --- /dev/null +++ b/activerecord/test/fixtures/price_estimates.yml @@ -0,0 +1,7 @@ +saphire_1: + price: 10 + estimate_of: sapphire (Treasure) + +sapphire_2: + price: 20 + estimate_of: sapphire (Treasure) |