summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/instance/all.rb
blob: a07c26431bd7843c40966a1aec0fb927f17c661d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module QA
  module Scenario
    module Test
      ##
      # Base class for running the suite against any GitLab instance,
      # including staging and on-premises installation.
      #
      module Instance
        class All < Template
          include Bootable
        end
      end
    end
  end
end