Skip to content
Snippets Groups Projects
Commit 89f0dc71 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fix rubocop

parent 1ae797c2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -230,7 +230,7 @@ module SharedProject
 
step 'project "Shop" has CI build' do
project = Project.find_by(name: "Shop")
commit = create :ci_commit, project: project, sha: project.commit.sha, ref: 'master', status: 'skipped'
create :ci_commit, project: project, sha: project.commit.sha, ref: 'master', status: 'skipped'
end
 
step 'I should see last commit with CI status' do
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