gitlab-ce/qa/qa/scenario/test/instance/all.rb

16 lines
305 B
Ruby

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