]> git.openstreetmap.org Git - rails.git/blob - test/factories/access_tokens.rb
Merge pull request #5932 from tomhughes/frozen-strings
[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