diff options
Diffstat (limited to 'test/fixtures/crops.yml')
-rw-r--r-- | test/fixtures/crops.yml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/test/fixtures/crops.yml b/test/fixtures/crops.yml new file mode 100644 index 0000000..32cd3d5 --- /dev/null +++ b/test/fixtures/crops.yml @@ -0,0 +1,41 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + name: MyString + crop_type: 1 + nno3: 1.5 + p: 1.5 + k: 1.5 + ca: 1.5 + mg: 1.5 + s: 1.5 + na: 1.5 + cl: 1.5 + si: 1.5 + fe: 1.5 + zn: 1.5 + b: 1.5 + mn: 1.5 + cu: 1.5 + mo: 1.5 + nnh4: 1.5 + +two: + name: MyString + crop_type: 1 + nno3: 1.5 + p: 1.5 + k: 1.5 + ca: 1.5 + mg: 1.5 + s: 1.5 + na: 1.5 + cl: 1.5 + si: 1.5 + fe: 1.5 + zn: 1.5 + b: 1.5 + mn: 1.5 + cu: 1.5 + mo: 1.5 + nnh4: 1.5 |