class Capybara::RSpecMatchers::NegatedMatcher

def matches?(actual)

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