global

def with_test_server(&block)

yields the passed block
Starts a fedora server and a solr server on a random port and then
def with_test_server(&block)
  with_server('test', &block)
end