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

@@ -302,6 +302,6 @@ RSpec.describe ProjectsController, type: :controller do
private
def project_params
attributes_for(:project)
attributes_for(:project).except(:live_meeting_url)
end
end