How can you input multiple values for the one field into a Ruby functional test, much like a multiselect box? Code below that I thought would work, doesn't.
post :create, :post => { :multiselect1 => ['value1', 'value2'] , :multiselect2 => ['value3', 'value4'] }