summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/instance.rb
blob: 115462d8e6bb1237e631c105e477016e0bef257b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module QA
  module Scenario
    module Test
      ##
      # Run test suite against any GitLab instance,
      # including staging and on-premises installation.
      #
      class Instance < Entrypoint
      end
    end
  end
end