]> git.openstreetmap.org Git - rails.git/blob - test/factories/access_tokens.rb
Bump eslint-formatter-compact from 8.40.0 to 9.0.1
[rails.git] / test / factories / access_tokens.rb
1 # frozen_string_literal: true
2
3 FactoryBot.define do
4   factory :access_token do
5     user
6     client_application
7   end
8 end