mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Remove Registrar from User
This commit is contained in:
parent
9c8fed999d
commit
2c35aa1471
14 changed files with 12 additions and 72 deletions
|
@ -6,8 +6,8 @@ feature 'Sessions', type: :feature do
|
|||
|
||||
background do
|
||||
create_settings
|
||||
Fabricate(:user, registrar: nil, identity_code: '37810013261')
|
||||
Fabricate(:user, registrar: zone, username: 'zone', admin: false, identity_code: '37810013087')
|
||||
Fabricate(:user, identity_code: '37810013261')
|
||||
Fabricate(:user, username: 'zone', admin: false, identity_code: '37810013087')
|
||||
Fabricate.times(2, :domain, registrar: zone)
|
||||
Fabricate.times(2, :domain, registrar: elkdata)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue