Normally a TestKit will reuse the same actor system for all tests
in a suite, but sometimes isolation of the system is needed on a
per-test basis, this fixture adds support for that.
Instead of extending TestKit, use withTestKit and import
the parameter for all implicits.
Inspired by https://gist.github.com/derekwyatt/3138807
Normally a TestKit will reuse the same actor system for all tests in a suite, but sometimes isolation of the system is needed on a per-test basis, this fixture adds support for that.
Instead of extending TestKit, use withTestKit and import the parameter for all implicits.
Inspired by https://gist.github.com/derekwyatt/3138807