class Capybara::RSpecMatchers::Matcher
def wrap_does_not_match?(actual)
def wrap_does_not_match?(actual) yield(wrap(actual)) rescue Capybara::ExpectationNotMet => err @failure_message_when_negated = err.message false end
def wrap_does_not_match?(actual) yield(wrap(actual)) rescue Capybara::ExpectationNotMet => err @failure_message_when_negated = err.message false end