diff options
author | David Gay <david@davidgay.org> | 2021-05-03 18:29:04 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-03 18:29:04 -0400 |
commit | 23178917e0d415ac17aab9a8077a124c3254f124 (patch) | |
tree | 26c60ed872b382b0610e050ea19a921879d9d49a /test/models | |
parent | 9729982e242b125579a996ff59579a906984c476 (diff) |
Add Locations
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/location_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
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 |