]> git.openstreetmap.org Git - rails.git/blob - test/factories/access_tokens.rb
Black list 2010 and 2016 imagery for the Canton Schaffhauen
[rails.git] / test / factories / access_tokens.rb
1 FactoryBot.define do
2   factory :access_token do
3     user
4     client_application
5   end
6 end