Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-28 17:49:31 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-29 11:47:04 +0300
commit0f3deac362cf2800ceaf17f4cded765f6c9d577c (patch)
treea4ea1bee9c7dfe9760f0bc78ab7fae7fe9b8496f /features/steps/project/commits
parent0fa4ab5fd8e0cb775ff4fe75d011ff717f0b3945 (diff)
Fix tests
Diffstat (limited to 'features/steps/project/commits')
-rw-r--r--features/steps/project/commits/commits.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/commits/commits.rb b/features/steps/project/commits/commits.rb
index 56f1f06fb06..47f58091b93 100644
--- a/features/steps/project/commits/commits.rb
+++ b/features/steps/project/commits/commits.rb
@@ -104,7 +104,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
step 'commit has ci status' do
@project.enable_ci(@user)
- create :ci_commit, project: @project.gitlab_ci_project, sha: sample_commit.id
+ create :ci_commit, gl_project: @project, sha: sample_commit.id
end
step 'I see commit ci info' do