Module: RSpecHTML
- Defined in:
- lib/rspec_html.rb,
lib/rspec_html/tags.rb,
lib/rspec_html/search.rb,
lib/rspec_html/browser.rb,
lib/rspec_html/element.rb,
lib/rspec_html/matchers.rb,
lib/rspec_html/countable.rb,
lib/rspec_html/matchers/base.rb,
lib/rspec_html/matchers/match_text.rb,
lib/rspec_html/matchers/contain_tag.rb,
lib/rspec_html/reconstituted_element.rb
Overview
Support module for rspec/html
Defined Under Namespace
Modules: Countable, Matchers Classes: Browser, Element, ElementNotFoundError, Error, NoResponseError, ReconstitutedElement, Search, Tags
Class Method Summary collapse
Class Method Details
.root ⇒ Object
23 24 25 |
# File 'lib/rspec_html.rb', line 23 def self.root Pathname.new(__dir__).parent end |