summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/registry.rb
blob: 28b74c99ab37afb623541d25fe9a185c03b884f8 (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 Registry < Test::Instance::All
          tags :registry
        end
      end
    end
  end
end