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 ...@@ -143,8 +143,7 @@ describe 'Pipelines', :feature, :js do
create(:generic_commit_status, create(:generic_commit_status,
status: 'running', status: 'running',
pipeline: pipeline, pipeline: pipeline,
stage: 'test' stage: 'test')
)
end end
before { visit_project_pipelines } 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