Update Bundle

* Also fix new offenses discovered by the new Rubocop version
This commit is contained in:
Sebastian Serth
2021-06-01 17:41:54 +02:00
parent 08d7b89108
commit cb9870447f
3 changed files with 183 additions and 173 deletions

View File

@ -26,7 +26,7 @@ describe RequestForCommentsController do
rfc_other_study_group.user.update(study_groups: [another_study_group])
rfc_other_study_group.submission.update(study_group: another_study_group)
get :index, params: {"q[submission_study_group_id_in][]": my_study_group.id}
get :index, params: {'q[submission_study_group_id_in][]': my_study_group.id}
expect(assigns(:request_for_comments)).to eq([rfc_within_my_study_group])
end