mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Merge branch 'master' of github.com:internetee/registry
This commit is contained in:
commit
e7fb6208ce
12 changed files with 77 additions and 8 deletions
8
spec/fabricators/user_fabricator.rb
Normal file
8
spec/fabricators/user_fabricator.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
Fabricator(:user) do
|
||||
username 'gitlab'
|
||||
password 'ghyt9e4fu'
|
||||
email 'info@gitlab.eu'
|
||||
identity_code '37810013108'
|
||||
admin true
|
||||
registrar
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue