From 4c96893a114059dc4e748307c6d046ec1faa778f Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 2 Jun 2021 22:15:02 -0400 Subject: Magiculture --- test/fixtures/hearth_plantings.yml | 9 +++++++++ test/models/hearth_planting_test.rb | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 test/fixtures/hearth_plantings.yml create mode 100644 test/models/hearth_planting_test.rb (limited to 'test') diff --git a/test/fixtures/hearth_plantings.yml b/test/fixtures/hearth_plantings.yml new file mode 100644 index 0000000..3bdbb5d --- /dev/null +++ b/test/fixtures/hearth_plantings.yml @@ -0,0 +1,9 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + hearth: one + item: one + +two: + hearth: two + item: two diff --git a/test/models/hearth_planting_test.rb b/test/models/hearth_planting_test.rb new file mode 100644 index 0000000..ccfbb79 --- /dev/null +++ b/test/models/hearth_planting_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class HearthPlantingTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end -- cgit v1.2.3