class Shoulda::Matchers::ActionController::SetTheFlashMatcher

def pretty_now

def pretty_now
  if @options[:now]
    '.now'
  else
    ''
  end
end