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>2016-04-12 13:33:04 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-12 13:33:04 +0300
commit89f0dc713ca07fe935fa9ce2c31d0ca6febb5d6c (patch)
treeae7ad661dd2b0a40a913bb5628ba6e22b6b63290 /features
parent1ae797c22900a6e32d63883f6a2d76c498e20d9b (diff)
Fix rubocop
Diffstat (limited to 'features')
-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 084338f30d8..ea5f9580308 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")
- 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