# File test/support/webrat/integrations/rails.rb, line 6 def self.parse_rails_request_params(params) Rack::Utils.parse_nested_query(params) end