class Shoulda::Matchers::ActionController::SetFlashMatcher::QualifierOrderError

@private

def message

def message
  <<-MESSAGE.strip
_flash` with the `now` qualifier and specifying `now` after other
 is no longer allowed.
t to use `now` immediately after `set_flash`. For instance:
d
 set_flash.now[:foo]
 set_flash.now[:foo].to('bar')
lid
 set_flash[:foo].now
 set_flash[:foo].to('bar').now
  MESSAGE
end