Module: Test::Unit::Capybara::ElementNotFoundHandler

Included in:
TestCase
Defined in:
lib/test/unit/capybara.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



114
115
116
# File 'lib/test/unit/capybara.rb', line 114

def included(base)
  base.exception_handler(:handle_capybara_element_not_found)
end