cartodb-4.42/spec/factories/oauth_access_tokens.rb

8 lines
153 B
Ruby
Raw Permalink Normal View History

2024-04-06 13:25:13 +08:00
FactoryGirl.define do
factory :oauth_access_tokens, class: Carto::OauthAccessToken do
to_create(&:save!)
skip_api_key_creation true
end
end