debian-mirror-gitlab/qa/spec/scenario/test/integration/oauth_spec.rb
2020-03-13 15:44:24 +05:30

9 lines
200 B
Ruby

# frozen_string_literal: true
describe QA::Scenario::Test::Integration::OAuth do
describe '#perform' do
it_behaves_like 'a QA scenario class' do
let(:tags) { [:oauth] }
end
end
end