added chat room controllers

This commit is contained in:
Beatrice Olivera
2018-08-29 14:09:12 +01:00
parent 085e402c4d
commit 68d55cbcd8
5 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class ChatRoomsControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class RequestsControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end