class Capybara::RSpecMatchers::HaveTitle
def does_not_match?(actual)
def does_not_match?(actual) wrap_does_not_match?(actual) { |el| el.assert_no_title(*@args) } end
def does_not_match?(actual) wrap_does_not_match?(actual) { |el| el.assert_no_title(*@args) } end