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>2020-08-04 18:09:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-04 18:09:27 +0300
commitaca89cb7e933eca98b794cbd5457ffabd54b43f7 (patch)
tree78995a10bfd91c4acbf9b182dc8f9603b2d66253 /spec/factories/namespace_settings.rb
parent433ee53e3e473d6281fa70199c6e28dabc7846fd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/namespace_settings.rb')
-rw-r--r--spec/factories/namespace_settings.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/factories/namespace_settings.rb b/spec/factories/namespace_settings.rb
new file mode 100644
index 00000000000..388ea7dab91
--- /dev/null
+++ b/spec/factories/namespace_settings.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+FactoryBot.define do
+ factory :namespace_settings, class: 'NamespaceSetting' do
+ namespace
+ end
+end