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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-03 03:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-03 03:09:01 +0300
commitff92da4f3468c342862dbcd5b69c01e86e2bcc3d (patch)
tree2abc8ff1c86b90bcfd9b05709cf26b70c0f16675 /spec/models
parente7f5f860cfb0281e17a4d80cbe8507486614320f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/project_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index f2753ac9244..d0961fbd272 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -137,6 +137,7 @@ RSpec.describe Project, factory_default: :keep do
it { is_expected.to have_many(:timelogs) }
it { is_expected.to have_many(:error_tracking_errors).class_name('ErrorTracking::Error') }
it { is_expected.to have_many(:error_tracking_client_keys).class_name('ErrorTracking::ClientKey') }
+ it { is_expected.to have_many(:pending_builds).class_name('Ci::PendingBuild') }
# GitLab Pages
it { is_expected.to have_many(:pages_domains) }