=doc correct http-testkit and http-tests module names
This commit is contained in:
parent
c63d4fea29
commit
3e3454e617
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ Route TestKit
|
|||
|
||||
One of Akka HTTP's design goals is good testability of the created services.
|
||||
For services built with the Routing DSL Akka HTTP provides a dedicated testkit that makes efficient testing of
|
||||
route logic easy and convenient. This "route test DSL" is made available with the *akka-http-testkit-scala* module.
|
||||
route logic easy and convenient. This "route test DSL" is made available with the *akka-http-testkit* module.
|
||||
|
||||
|
||||
Usage
|
||||
|
|
@ -102,6 +102,6 @@ Examples
|
|||
A great pool of examples are the tests for all the predefined directives in Akka HTTP.
|
||||
They can be found here__.
|
||||
|
||||
__ @github@/akka-http-tests-scala/src/test/scala/akka/http/scaladsl/server/directives/
|
||||
__ @github@/akka-http-tests/src/test/scala/akka/http/scaladsl/server/directives/
|
||||
|
||||
.. _scalatest: http://www.scalatest.org
|
||||
Loading…
Add table
Add a link
Reference in a new issue