created models for chatroom

This commit is contained in:
Beatrice Olivera
2018-08-29 13:44:10 +01:00
parent 82079d71cd
commit 085e402c4d
12 changed files with 100 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class ChatRoomParticipationTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class ChatRoomTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class RequestTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end