class Shoulda::Matchers::ActionController::FlashStore

def keys_to_discard

def keys_to_discard
  flash.instance_variable_get('@discard')
end