summaryrefslogtreecommitdiff
path: root/features/steps/shared/project.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-12 10:23:31 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-12 10:23:31 +0200
commitac50f9dddfb4555a2c356454c1cbfc1cc0b37d6d (patch)
tree39bbb7104ddbfc489fd224ccc8b9731b73f57708 /features/steps/shared/project.rb
parent52be9e20f9e2382f01a778d7b348283e7dd757e6 (diff)
downloadgitlab-ce-ac50f9dddfb4555a2c356454c1cbfc1cc0b37d6d.tar.gz
Fix rest of rspec and spinach tests
Diffstat (limited to 'features/steps/shared/project.rb')
-rw-r--r--features/steps/shared/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index 3eb0cf00e67..084338f30d8 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -230,7 +230,7 @@ module SharedProject
step 'project "Shop" has CI build' do
project = Project.find_by(name: "Shop")
- create :ci_commit, project: project, sha: project.commit.sha, ref: 'master'
+ commit = create :ci_commit, project: project, sha: project.commit.sha, ref: 'master', status: 'skipped'
end
step 'I should see last commit with CI status' do