diff options
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/built_hearth_amenity_test.rb | 7 | ||||
-rw-r--r-- | test/models/hearth_amenity_test.rb | 7 | ||||
-rw-r--r-- | test/models/hearth_test.rb | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/test/models/built_hearth_amenity_test.rb b/test/models/built_hearth_amenity_test.rb new file mode 100644 index 0000000..0aad38f --- /dev/null +++ b/test/models/built_hearth_amenity_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class BuiltHearthAmenityTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end diff --git a/test/models/hearth_amenity_test.rb b/test/models/hearth_amenity_test.rb new file mode 100644 index 0000000..895a1d6 --- /dev/null +++ b/test/models/hearth_amenity_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class HearthAmenityTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end diff --git a/test/models/hearth_test.rb b/test/models/hearth_test.rb new file mode 100644 index 0000000..16dbac0 --- /dev/null +++ b/test/models/hearth_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class HearthTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end |