summaryrefslogtreecommitdiff
path: root/spec/features/projects
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2017-12-21 16:49:15 +0100
committerKamil Trzciński <ayufan@ayufan.eu>2017-12-21 16:49:46 +0100
commita0b90c7f7231c3dc36b4345e78cd917ef3a8ab42 (patch)
treeded806536cf72fa759093d6cd0109095023a0d6e /spec/features/projects
parent2c4174028d4fb150fb1adbc7ec920007b72e0da2 (diff)
downloadgitlab-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.rb2
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)