2019-03-02 22:35:43 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
describe QA::Scenario::Test::Integration::OAuth do
|
2020-03-09 13:42:32 +05:30
|
|
|
describe '#perform' do
|
2019-03-02 22:35:43 +05:30
|
|
|
it_behaves_like 'a QA scenario class' do
|
|
|
|
let(:tags) { [:oauth] }
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|