From 23178917e0d415ac17aab9a8077a124c3254f124 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 3 May 2021 18:29:04 -0400 Subject: Add Locations --- test/models/location_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/models/location_test.rb (limited to 'test/models') diff --git a/test/models/location_test.rb b/test/models/location_test.rb new file mode 100644 index 0000000..3c813e8 --- /dev/null +++ b/test/models/location_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class LocationTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end -- cgit v1.2.3