diff options
| author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-12-21 16:49:15 +0100 |
|---|---|---|
| committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-12-21 16:49:46 +0100 |
| commit | a0b90c7f7231c3dc36b4345e78cd917ef3a8ab42 (patch) | |
| tree | ded806536cf72fa759093d6cd0109095023a0d6e /spec/features/projects | |
| parent | 2c4174028d4fb150fb1adbc7ec920007b72e0da2 (diff) | |
| download | gitlab-ce-a0b90c7f7231c3dc36b4345e78cd917ef3a8ab42.tar.gz | |
Fix build factory to have properly filled started and finished date
Diffstat (limited to 'spec/features/projects')
| -rw-r--r-- | spec/features/projects/jobs_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/jobs_spec.rb b/spec/features/projects/jobs_spec.rb index a3b8a1c387f..b59d8f37a5d 100644 --- a/spec/features/projects/jobs_spec.rb +++ b/spec/features/projects/jobs_spec.rb @@ -371,7 +371,7 @@ feature 'Jobs' do end context 'Playable manual action' do - let(:build) { create(:ci_build, :playable, pipeline: pipeline) } + let(:job) { create(:ci_build, :playable, pipeline: pipeline) } before do project.add_developer(user) |
