about summary refs log tree commit diff
path: root/spec/fabricators/accessible_access_token_fabricator.rb
blob: fb3d0889b1570e4db3fab19decb6b615873fbc2b (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

Fabricator :accessible_access_token, from: :access_token do
  expires_in { nil }
  revoked_at { nil }
end