diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-04-12 12:33:04 +0200 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-04-12 12:33:04 +0200 |
| commit | 89f0dc713ca07fe935fa9ce2c31d0ca6febb5d6c (patch) | |
| tree | ae7ad661dd2b0a40a913bb5628ba6e22b6b63290 /features | |
| parent | 1ae797c22900a6e32d63883f6a2d76c498e20d9b (diff) | |
| download | gitlab-ce-89f0dc713ca07fe935fa9ce2c31d0ca6febb5d6c.tar.gz | |
Fix rubocop
Diffstat (limited to 'features')
| -rw-r--r-- | features/steps/shared/project.rb | 2 |
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 |
