= ParamsMock 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 params array. This gem simply implements the session as a blank hash. Example: params = ParamsMock.new params['foo']='bar' params['foo'] => 'bar'