Fix Rubocop offenses

This commit is contained in:
Sebastian Serth
2022-10-24 12:10:10 +02:00
parent b32bf1232b
commit c75f52f2c8
20 changed files with 222 additions and 222 deletions

View File

@ -29,6 +29,6 @@ describe 'Request_for_Comments' do
it 'contains a filter for study group in the view' do
visit(request_for_comments_path)
expect(page.find_by_id('q_submission_study_group_id_in')).not_to be_nil # rubocop:disable Rails/DynamicFindBy
expect(page.find_by_id('q_submission_study_group_id_in')).not_to be_nil
end
end