Commit a0c0860d authored by Bryce Johnson's avatar Bryce Johnson

Fix spacing in js:true declarations for approvals.

parent 061ef668
......@@ -162,7 +162,7 @@ feature 'Merge request approvals', js: true, feature: true do
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
create :approver_group, group: group, target: project
visit namespace_project_merge_request_path(project.namespace, project, merge_request)
......@@ -181,7 +181,7 @@ feature 'Merge request approvals', js: true, feature: true do
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
before do
create :approver_group, group: group, target: merge_request
visit namespace_project_merge_request_path(project.namespace, project, merge_request)
......
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