forked from External/greenlight
Refactored code to reduce number of database queries (#960)
This commit is contained in:
@ -246,7 +246,6 @@ describe RoomsController, type: :controller do
|
||||
|
||||
it "should use join name if user is not logged in and meeting running" do
|
||||
allow_any_instance_of(BigBlueButton::BigBlueButtonApi).to receive(:is_meeting_running?).and_return(true)
|
||||
|
||||
post :join, params: { room_uid: @room, join_name: "Join Name" }
|
||||
|
||||
expect(response).to redirect_to(join_path(@owner.main_room, "Join Name", {}))
|
||||
|
Reference in New Issue
Block a user