]> git.openstreetmap.org Git - rails.git/blob - test/factories/access_tokens.rb
Bump rack from 3.2.2 to 3.2.3
[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