Fix rubocop

This commit is contained in:
Kamil Trzcinski 2016-04-12 12:33:04 +02:00
parent 1ae797c229
commit 89f0dc713c
1 changed files with 1 additions and 1 deletions

View File

@ -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