From 2b32a88a8e9f1d0bb5055843ac987d9cb9981803 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 2 May 2021 20:21:04 -0400 Subject: Add Activities --- test/models/activity_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/models/activity_test.rb (limited to 'test/models') diff --git a/test/models/activity_test.rb b/test/models/activity_test.rb new file mode 100644 index 0000000..c07a8b9 --- /dev/null +++ b/test/models/activity_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class ActivityTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end -- cgit v1.2.3