From 7cff849d790c42eb5b71e0188692a92d41f75cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 1 Mar 2023 17:07:13 +0800 Subject: [PATCH] Add more users when seeding db --- db/seeds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/seeds.rb b/db/seeds.rb index 98ae840..3671ad2 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -10,7 +10,7 @@ Sidekiq::Testing.inline! do ldap.add_attribute "cn=admin,ou=kosmos.org,cn=users,dc=kosmos,dc=org", :admin, "true" - 5.times do |n| + 35.times do |n| username = Faker::Name.unique.first_name.downcase email = Faker::Internet.unique.email