class Capybara::RSpecMatchers::Matcher

def wrap_does_not_match?(actual)

def wrap_does_not_match?(actual)
  yield(wrap(actual))
rescue Capybara::ExpectationNotMet => e
  @failure_message_when_negated = e.message
  return false
end