cartodb/spec/factories/oauth_access_tokens.rb

8 lines
153 B
Ruby
Raw Permalink Normal View History

2020-06-15 10:58:47 +08:00
FactoryGirl.define do
factory :oauth_access_tokens, class: Carto::OauthAccessToken do
to_create(&:save!)
skip_api_key_creation true
end
end