]> git.openstreetmap.org Git - rails.git/blob - test/factories/access_tokens.rb
Add frozen_string_literal comments to ruby files
[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