# File lib/oauth/oauth_test_helper.rb, line 6 def mock_incoming_request_with_query(request) incoming = ActionController::TestRequest.new(request.to_hash) incoming.request_uri = request.path incoming.host = request.uri.host incoming.env["SERVER_PORT"] = request.uri.port incoming.env['REQUEST_METHOD'] = request.http_method incoming end
Generated with the Darkfish Rdoc Generator 2.