i need some help here.. im using specs2 so run my integration tests. so before everything is running, im setting up my simplicators (fake server my system interact with)
the problem is, that i need to find a way how to know when to shut down these servers once all tests are done. After and step() are not good enough as they happen in each individual test scope. i need something to run after ALL tests are done.
any ideas? thanks in advance!