Fix rubocop
This commit is contained in:
parent
1ae797c229
commit
89f0dc713c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue