summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/instance_saml.rb
blob: 0697d0c2a0e3b0b7cd304d76969fac7d98f552f3 (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 InstanceSAML < Test::Instance::All
          tags :instance_saml
        end
      end
    end
  end
end