debian-mirror-gitlab/qa/spec/scenario/test/integration/oauth_spec.rb

10 lines
200 B
Ruby
Raw Normal View History

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