class Shoulda::Matchers::ActionController::SetFlashMatcher

def now

def now
  if key || expected_value
    raise QualifierOrderError
  end
  store = FlashStore.now
  @underlying_matcher = SetSessionOrFlashMatcher.new(store)
  self
end