summaryrefslogtreecommitdiff
path: root/spec/factories/namespace_statistics.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/namespace_statistics.rb')
-rw-r--r--spec/factories/namespace_statistics.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/factories/namespace_statistics.rb b/spec/factories/namespace_statistics.rb
new file mode 100644
index 00000000000..49e2c8957c5
--- /dev/null
+++ b/spec/factories/namespace_statistics.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+FactoryBot.define do
+ factory :namespace_statistics do
+ namespace factory: :namespace
+ end
+end