summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/ldap.rb
blob: 257ed81d9e14fccaeeac78607e22aa440ef9dfc0 (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