diff options
author | David Gay <david@davidgay.org> | 2021-05-20 18:39:20 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-20 18:39:20 -0400 |
commit | b0998224427594acda8e4e8419a945c20c062568 (patch) | |
tree | 8da46effc1122281f4349f4800a12fd5076352d5 /test/models | |
parent | c25a079be25cc0aadf85119d97d8e1b9395b15fb (diff) |
Implement learned activities
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/learned_activity_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/learned_activity_test.rb b/test/models/learned_activity_test.rb new file mode 100644 index 0000000..ff0a9bb --- /dev/null +++ b/test/models/learned_activity_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class LearnedActivityTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end |