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:
Diffstat (limited to 'spec/factories/pages_domains.rb')
-rw-r--r--spec/factories/pages_domains.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/factories/pages_domains.rb b/spec/factories/pages_domains.rb
index 7606e806e04..f914128ed3b 100644
--- a/spec/factories/pages_domains.rb
+++ b/spec/factories/pages_domains.rb
@@ -380,5 +380,9 @@ x6zG6WoibsbsJMj70nwseUnPTBQNDP+j61RJjC/r
scope { :instance }
usage { :serverless }
end
+
+ trait :with_project do
+ association :project
+ end
end
end