I'm working on a project that is setting up to use Selenium (not capybara) for integration testing. Eventually, the goal is to be able to use the same tests against a remote staging server and the local test server. Selenium requires an actual HTTP server to point to, how to I set up Test::Unit to start a server instance at the start of each test suite run and shut it down at the end?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.