2014-12-18 09:25:33 +01:00
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2009-2014 Typesafe Inc. <http://www.typesafe.com>
|
|
|
|
|
*/
|
|
|
|
|
|
2015-05-11 23:05:18 +02:00
|
|
|
package docs.http.scaladsl.server
|
2014-12-18 09:25:33 +01:00
|
|
|
|
2015-04-24 18:03:07 +02:00
|
|
|
import akka.http.scaladsl.server.Directives
|
|
|
|
|
import akka.http.scaladsl.testkit.ScalatestRouteTest
|
2014-12-18 09:25:33 +01:00
|
|
|
import org.scalatest.{ Matchers, WordSpec }
|
|
|
|
|
|
|
|
|
|
abstract class RoutingSpec extends WordSpec with Matchers with Directives with ScalatestRouteTest
|