Update Bundle
* Also fix new offenses discovered by the new Rubocop version
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user