forked from External/greenlight
Implemented join to BBB first approach
This commit is contained in:
14
test/controllers/bbb_controller_test.rb
Normal file
14
test/controllers/bbb_controller_test.rb
Normal file
@ -0,0 +1,14 @@
|
||||
require 'test_helper'
|
||||
|
||||
class BbbControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get join" do
|
||||
get bbb_join_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get end" do
|
||||
get bbb_end_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user