remove fallback to default-dispatcher, see #3394

This commit is contained in:
Roland 2013-05-27 20:15:24 +02:00
parent 58756be937
commit f802c94b9b
10 changed files with 86 additions and 36 deletions

View file

@ -16,7 +16,10 @@ object RouterDocSpec {
}
}
class RouterDocSpec extends AkkaSpec {
class RouterDocSpec extends AkkaSpec("""
router {}
workers {}
""") {
import RouterDocSpec._