=doc #17279 upgrade to new http package layout

This commit is contained in:
Mathias 2015-04-24 18:03:07 +02:00
parent d80f241f19
commit 4537fdebf5
12 changed files with 37 additions and 38 deletions

View file

@ -4,8 +4,8 @@
package docs.http.server
import akka.http.server.Directives
import akka.http.testkit.ScalatestRouteTest
import akka.http.scaladsl.server.Directives
import akka.http.scaladsl.testkit.ScalatestRouteTest
import org.scalatest.{ Matchers, WordSpec }
abstract class RoutingSpec extends WordSpec with Matchers with Directives with ScalatestRouteTest