class Shoulda::ActionController::Matchers::SetTheFlashMatcher
def expectation
def expectation expectation = "the flash to be set" expectation << " to #{@value.inspect}" unless @value.nil? expectation << ", but #{flash_description}" expectation end
def expectation expectation = "the flash to be set" expectation << " to #{@value.inspect}" unless @value.nil? expectation << ", but #{flash_description}" expectation end