The Rails server starts on a different port every time you run the system tests.
Is there any way to specify which port this should be and not have it change on every run?
I would like to test clicking a link from an ActionMailer message in my system test. I need to specify a host in my test environment config file for this and I need a static port number for that.