467b45b427
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
6 lines
134 B
Ruby
6 lines
134 B
Ruby
FactoryBot.define do
|
|
factory :super_admin do
|
|
email { "admin@#{SecureRandom.uuid}.com" }
|
|
password { 'Password1!' }
|
|
end
|
|
end
|