mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-21 09:19:59 +00:00
set up action able to work with webrtc in localhost
This commit is contained in:
9
test/controllers/video_sessions_controller_test.rb
Normal file
9
test/controllers/video_sessions_controller_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require 'test_helper'
|
||||
|
||||
class VideoSessionsControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get create" do
|
||||
get video_sessions_create_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user