Partial migration to M5

This commit is contained in:
Viktor Klang 2012-07-17 17:21:08 +02:00
parent b8e7569e56
commit 1bf0fe4448
23 changed files with 88 additions and 105 deletions

View file

@ -23,7 +23,7 @@ object PatternSpec {
@org.junit.runner.RunWith(classOf[org.scalatest.junit.JUnitRunner])
class PatternSpec extends AkkaSpec {
implicit val ec = system.dispatcher
import PatternSpec._
"pattern.gracefulStop" must {