Commit 89f0dc71 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix rubocop

parent 1ae797c2
......@@ -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
......
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