Merge branch 'master' into page

This commit is contained in:
Beatrice Olivera
2018-08-30 20:09:00 +01:00
committed by GitHub
33 changed files with 448 additions and 24 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

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