Commit f0792fcd authored by Bryce Johnson's avatar Bryce Johnson

Shush Rubocop.

parent 50706345
...@@ -161,7 +161,6 @@ feature 'Merge request approvals', js: true, feature: true do ...@@ -161,7 +161,6 @@ feature 'Merge request approvals', js: true, feature: true do
login_as(user) login_as(user)
end end
context 'when group is assigned to a project', js: true do context 'when group is assigned to a project', js: true do
before do before do
create :approver_group, group: group, target: project create :approver_group, group: group, target: project
...@@ -178,7 +177,6 @@ feature 'Merge request approvals', js: true, feature: true do ...@@ -178,7 +177,6 @@ feature 'Merge request approvals', js: true, feature: true do
unapprove_merge_request unapprove_merge_request
expect(page).not_to have_content('Approved by') expect(page).not_to have_content('Approved by')
end end
end end
context 'when group is assigned to a merge request', js: true do context 'when group is assigned to a merge request', js: true do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment