fix existing specs

This commit is contained in:
Bilal
2020-09-14 16:48:36 +03:00
parent de0b12a0e4
commit 1a7bc267cd
6 changed files with 10 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ RSpec.describe Public::ZoomMeetingsController, type: :controller do
describe "#show" do
it "redirects to meeting start url" do
skip 'will be deleted'
get :show, params: { broadcast_token: broadcast.token }
expect(response).to redirect_to(meeting_start_url)
end