Is the deafult server (e.g., Webrick) used when running built-in tests in rails?

Rails’ built-in functional and integration tests run with mocked web
requests, my question is: Is there a web server serving the requests? If
so, How can I change which server is attending the requests by default.
Thanks for the clarification.