9 lines
199 B
Ruby
9 lines
199 B
Ruby
# frozen_string_literal: true
|
|
|
|
describe QA::Scenario::Test::Integration::OAuth do
|
|
context '#perform' do
|
|
it_behaves_like 'a QA scenario class' do
|
|
let(:tags) { [:oauth] }
|
|
end
|
|
end
|
|
end
|