summaryrefslogtreecommitdiff
path: root/spec/factories/users_statistics.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/users_statistics.rb')
-rw-r--r--spec/factories/users_statistics.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/factories/users_statistics.rb b/spec/factories/users_statistics.rb
index 5b0871f2262..07699dc38b2 100644
--- a/spec/factories/users_statistics.rb
+++ b/spec/factories/users_statistics.rb
@@ -2,5 +2,13 @@
FactoryBot.define do
factory :users_statistics do
+ without_groups_and_projects { 23 }
+ with_highest_role_guest { 5 }
+ with_highest_role_reporter { 9 }
+ with_highest_role_developer { 21 }
+ with_highest_role_maintainer { 6 }
+ with_highest_role_owner { 5 }
+ bots { 2 }
+ blocked { 7 }
end
end