Merge pull request #1935 from drexin/wip-3544-improve-testkit

+tes Added system as default param to TestKit.shutdown
This commit is contained in:
Patrik Nordwall 2014-01-20 05:12:17 -08:00
commit 8ec581c808
7 changed files with 7 additions and 7 deletions

View file

@ -45,7 +45,7 @@ class TestKitUsageSpec
system.actorOf(Props(classOf[SequencingActor], testActor, headList, tailList))
override def afterAll {
shutdown(system)
shutdown()
}
"An EchoActor" should {