summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/gitaly_cluster.rb
blob: 66b7485a8dc12b1ede7955172bc7584485b5194a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Scenario
    module Test
      module Integration
        class GitalyCluster < Test::Instance::All
          tags :gitaly_cluster
        end
      end
    end
  end
end