= FlashMock Author:: Joel Parker Henderson, joelparkerhenderson@gmail.com Copyright:: Copyright (c) 2006-2009 Joel Parker Henderson License:: CreativeCommons License, Non-commercial Share Alike License:: LGPL, GNU Lesser General Public License A simple mock object that provides the Rails flash hash. This gem simply implements the session as a blank hash. Example: flash = FlashMock.new flash[:notice]='bar' flash[:notice] => 'bar'