summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/metrics.rb
blob: c1297038a0f5b35802bd1114e8c4060f09be199f (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 Metrics < Test::Instance::All
          tags :metrics
        end
      end
    end
  end
end