class Shoulda::ActiveRecord::Matchers::HaveNamedScopeMatcher

def negative_failure_message

def negative_failure_message
  "Didn't expect a named scope for #{@scope_call}"
end