mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2025-01-10 22:14:28 +00:00
6 lines
64 B
Ruby
6 lines
64 B
Ruby
|
class MainPage
|
||
|
include PageObject
|
||
|
|
||
|
page_url 'Main_Page'
|
||
|
end
|