mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Merge branch 'registry-515' into registry-480
This commit is contained in:
commit
2c648ddc84
6 changed files with 156 additions and 35 deletions
|
@ -1,7 +1,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :admin_user do
|
||||
username 'test'
|
||||
email 'test@test.com'
|
||||
sequence(:email) { |n| "test#{n}@test.com" }
|
||||
password 'a' * AdminUser.min_password_length
|
||||
password_confirmation { password }
|
||||
country_code 'de'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue