mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 08:53:43 +08:00
10 lines
126 B
Ruby
10 lines
126 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module PageObjects
|
||
|
module Pages
|
||
|
class Base
|
||
|
include Capybara::DSL
|
||
|
end
|
||
|
end
|
||
|
end
|