Commit cf039f58 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in pipelines feature spec file

parent 07fc7bef
......@@ -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 }
......
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