summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/settings/common.rb
blob: f5f22623060525c0786b05172188a20cb75b906c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Page
    module Project
      module Settings
        module Common
          include QA::Page::Settings::Common
        end
      end
    end
  end
end