Tests loading when server exists

I’m having a strange problem where whenever the server exists, the
test suite for that server runs. For example, with webrick I’m seeing:


[2006-03-08 11:35:15] INFO going to shutdown …
[2006-03-08 11:35:15] INFO WEBrick::HTTPServer#start done.
Loaded suite script/server
Started

Finished in 0.002839 seconds.

0 tests, 0 assertions, 0 failures, 0 errors

Is this normal? The only reason it’s a problem is because our staging
site uses apache with regular cgi, which means this is spitting out at
the bottom of every page:

Loaded suite [snip]/dispatch.cgi Started Finished in 0.000332 seconds.
0 tests, 0 assertions, 0 failures, 0 errors

Thanks,
Justin