mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Refactor EPP users to API users
This commit is contained in:
parent
b8494993ea
commit
c91c9c8ebf
44 changed files with 154 additions and 150 deletions
6
spec/fabricators/api_user_fabricator.rb
Normal file
6
spec/fabricators/api_user_fabricator.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
Fabricator(:api_user) do
|
||||
username 'gitlab'
|
||||
password 'ghyt9e4fu'
|
||||
registrar
|
||||
active true
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue