summaryrefslogtreecommitdiff
path: root/qa/qa/page/main/entry.rb
blob: c6e1706a66d2f31ed203e1350116442aaf0c5198 (plain)
1
2
3
4
5
6
7
8
9
module QA
  module Page
    module Main
      class Entry < Page::Base
        # TODO remove this class
      end
    end
  end
end