class Shoulda::ActiveRecord::Matchers::ValidateFormatOfMatcher

def with(value)

def with(value)
  raise "You may not call both with and not_with" if @value_to_fail
  @value_to_pass = value
  self
end