1
0
Fork 0
discourse-custom-wizard-unl.../spec_offload/components/custom_wizard/api_spec.rb
Angus McLeod 8fdd263d8e wip
2020-10-20 10:15:03 +11:00

21 Zeilen
323 B
Ruby

# frozen_string_literal: true
require 'rails_helper'
describe CustomWizard::Api do
context 'authorization' do
it 'authorizes with an oauth2 api' do
end
it 'refreshes the api access token' do
end
end
context 'endpoint' do
it 'requests an api endpoint' do
end
end
end