summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/settings/common.rb
blob: 233e681e0df0fc1473254c50470fddad2c29bde5 (plain)
1
2
3
4
5
6
7
8
9
10
11
module QA
  module Page
    module Project
      module Settings
        module Common
          include QA::Page::Settings::Common
        end
      end
    end
  end
end