mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Epp User login
This commit is contained in:
parent
76ec918426
commit
e20b138644
12 changed files with 106 additions and 8 deletions
5
spec/fabricators/epp_user_fabricator.rb
Normal file
5
spec/fabricators/epp_user_fabricator.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
Fabricator(:epp_user) do
|
||||
username 'test'
|
||||
password 'test'
|
||||
active true
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue