summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/registry_tls.rb
blob: 4e9d6b6ea97e2bfdbb173574b744e7cf1177409c (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 RegistryTLS < Test::Instance::All
          tags :registry_tls
        end
      end
    end
  end
end