Fixes after merge (#786)

This commit is contained in:
Ahmad Farhat
2019-09-06 11:49:30 -04:00
committed by farhatahmad
parent 666ee12988
commit 55d4a21dcb
2 changed files with 1 additions and 28 deletions

View File

@ -126,7 +126,7 @@ describe RoomsController, type: :controller do
it "redirects to root if the providers dont match" do
allow(Rails.configuration).to receive(:loadbalanced_configuration).and_return(true)
allow_any_instance_of(Room).to receive(:running?).and_return(false)
allow_any_instance_of(BbbServer).to receive(:room_running?).and_return(true)
@owner.update_attribute(:provider, "provider1")
@user.update_attribute(:provider, "provider2")