Introduce access token fabricators (#4401)
This commit is contained in:
parent
bb96ba13cf
commit
4f0b638cda
29 changed files with 36 additions and 30 deletions
4
spec/fabricators/accessible_access_token_fabricator.rb
Normal file
4
spec/fabricators/accessible_access_token_fabricator.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
Fabricator :accessible_access_token, from: :access_token do
|
||||
expires_in { nil }
|
||||
revoked_at { nil }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue