!str GraphInterpreterSpecKit must not extend AkkaSpec

This commit is contained in:
Roland Kuhn 2015-11-03 18:56:46 +01:00
parent 1378fedad0
commit 12a820326d
7 changed files with 13 additions and 10 deletions

View file

@ -11,6 +11,7 @@ import akka.stream.stage.PushPullStage
import akka.stream.stage.Stage
import akka.stream.stage.TerminationDirective
import akka.stream.stage.SyncDirective
import akka.stream.testkit.AkkaSpec
object InterpreterSupervisionSpec {
val TE = new Exception("TEST") with NoStackTrace {
@ -70,7 +71,7 @@ object InterpreterSupervisionSpec {
}
class InterpreterSupervisionSpec extends GraphInterpreterSpecKit {
class InterpreterSupervisionSpec extends AkkaSpec with GraphInterpreterSpecKit {
import InterpreterSupervisionSpec._
import Supervision.stoppingDecider
import Supervision.resumingDecider