remove akka.stream.testkit.AkkaSpec, fixes #19879

This commit is contained in:
Roland Kuhn 2016-02-25 14:27:45 +01:00
parent 06b4d54960
commit 45e97e8467
183 changed files with 265 additions and 346 deletions

View file

@ -8,7 +8,7 @@ import akka.stream._
import akka.stream.impl.fusing.GraphInterpreter.{ DownstreamBoundaryStageLogic, Failed, GraphAssembly, UpstreamBoundaryStageLogic }
import akka.stream.stage.AbstractStage.PushPullGraphStage
import akka.stream.stage.{ GraphStage, GraphStageLogic, InHandler, OutHandler, _ }
import akka.stream.testkit.AkkaSpec
import akka.testkit.AkkaSpec
import akka.stream.testkit.Utils.TE
import akka.stream.impl.fusing.GraphInterpreter.GraphAssembly