mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Added some missing model specs + PaperTrail session fix
This commit is contained in:
parent
c248a957a6
commit
a637eb5e01
39 changed files with 1447 additions and 845 deletions
|
@ -1,6 +1,12 @@
|
|||
# default fabricator should be reusable
|
||||
Fabricator(:api_user) do
|
||||
username 'gitlab'
|
||||
username { sequence(:username) { |i| "username#{i}" } }
|
||||
password 'ghyt9e4fu'
|
||||
registrar
|
||||
active true
|
||||
end
|
||||
|
||||
# use dedicated fabricator for fixed one
|
||||
Fabricator(:gitlab_api_user, from: :api_user) do
|
||||
username 'gitlab'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue