summaryrefslogtreecommitdiff
path: root/qa/qa/vendor/saml_idp/page/base.rb
blob: 286cb0a8cd81ba761c3f20e06fb4c3b34f3095b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# frozen_string_literal: true

module QA
  module Vendor
    module SAMLIdp
      module Page
        class Base
          include Capybara::DSL
          include Scenario::Actable
        end
      end
    end
  end
end