diff options
Diffstat (limited to 'test/fixtures/target_allocations.yml')
-rw-r--r-- | test/fixtures/target_allocations.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/target_allocations.yml b/test/fixtures/target_allocations.yml new file mode 100644 index 0000000..0ba49ee --- /dev/null +++ b/test/fixtures/target_allocations.yml @@ -0,0 +1,11 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + target: one + nutrient_profile: one + percentage: 9.99 + +two: + target: two + nutrient_profile: two + percentage: 9.99 |