Skip to content
Snippets Groups Projects
Commit cf039f58 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix Rubocop offense in pipelines feature spec file

parent 07fc7bef
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment