forked from External/greenlight
Removed placeholder text for maintenance window (#1049)
Co-authored-by: Jesus Federico <jesus@123it.ca>
This commit is contained in:
@ -61,12 +61,4 @@ describe Room, type: :model do
|
||||
expect(@room.owned_by?(create(:user))).to be false
|
||||
end
|
||||
end
|
||||
|
||||
context "#notify_waiting" do
|
||||
it "should broadcast to waiting channel with started action" do
|
||||
expect do
|
||||
@room.notify_waiting
|
||||
end.to have_broadcasted_to("#{@room.uid}_waiting_channel").with(a_hash_including(action: "started"))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user