class Shoulda::Matchers::ActiveRecord::DefineEnumForMatcher

def without_scopes

def without_scopes
  options[:scopes] = false
  self
end