class Capybara::RSpecMatchers::NegatedMatcher

def description

def description
  "not #{@matcher.description}"
end