class Capybara::RSpecMatchers::NegatedMatcher

def does_not_match?(actual)

def does_not_match?(actual)
  @matcher.matches?(actual)
end