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



102
103
104
# File 'lib/test/unit/capybara.rb', line 102

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