summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/ldap.rb
blob: 6f68ad9db5c26df7615add8127a81a387d6f76cd (plain)
1
2
3
4
5
6
7
8
9
10
11
module QA
  module Scenario
    module Test
      module Integration
        class Ldap < Test::Instance
          tags :ldap
        end
      end
    end
  end
end