!tes #3544 Added 'system' as default parameter to the shutdown method on

TestKit
This commit is contained in:
Dario Rexin 2014-01-17 23:08:32 +01:00
parent a04a784121
commit e045c537a3
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 {