From cf039f58585e5238cd979ba70a5fd2d5c1eee650 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Wed, 4 Jan 2017 13:37:13 +0100 Subject: [PATCH] Fix Rubocop offense in pipelines feature spec file --- spec/features/projects/pipelines/pipelines_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/features/projects/pipelines/pipelines_spec.rb b/spec/features/projects/pipelines/pipelines_spec.rb index 91f75bae805..05c546a2f18 100644 --- a/spec/features/projects/pipelines/pipelines_spec.rb +++ b/spec/features/projects/pipelines/pipelines_spec.rb @@ -143,8 +143,7 @@ describe 'Pipelines', :feature, :js do create(:generic_commit_status, status: 'running', pipeline: pipeline, - stage: 'test' - ) + stage: 'test') end before { visit_project_pipelines } -- GitLab