summaryrefslogtreecommitdiff
path: root/test/models/chat_room_test.rb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-19 22:53:38 -0400
committerDavid Gay <david@davidgay.org>2021-05-19 22:53:38 -0400
commit9415011b5fd192f1bafeaa9b6eacbb7921382a00 (patch)
treef25d9d633237cae5d7b73166e6612a9b53312714 /test/models/chat_room_test.rb
parentda678b22b5db05554b44234b341fabc9d83ff700 (diff)
Chat
Diffstat (limited to 'test/models/chat_room_test.rb')
-rw-r--r--test/models/chat_room_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/chat_room_test.rb b/test/models/chat_room_test.rb
new file mode 100644
index 0000000..3451e5c
--- /dev/null
+++ b/test/models/chat_room_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class ChatRoomTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end