summaryrefslogtreecommitdiff
path: root/qa/spec/scenario/test/integration/ldap_spec.rb
blob: 198856aec3fdee9a479d47ded654cb45e29488e1 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

describe QA::Scenario::Test::Integration::LDAP do
  context '#perform' do
    it_behaves_like 'a QA scenario class' do
      let(:tags) { [:ldap] }
    end
  end
end