mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 04:34:15 +08:00
11 lines
161 B
Ruby
11 lines
161 B
Ruby
# frozen_string_literal: true
|
|
|
|
module PageObjects
|
|
module Components
|
|
class Base
|
|
include Capybara::DSL
|
|
include RSpec::Matchers
|
|
end
|
|
end
|
|
end
|