mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Merge branch 'rspec' into registry-475
This commit is contained in:
commit
864631dba7
15 changed files with 60 additions and 404 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