+pro,doc Make sure that doc gets published during subproject release
This commit is contained in:
parent
e32ba9c54a
commit
ccf902ef86
3 changed files with 6 additions and 5 deletions
|
|
@ -2,13 +2,14 @@ package docs.http
|
|||
|
||||
//#import-model
|
||||
import akka.http.model._
|
||||
import org.scalatest.MustMatchers
|
||||
|
||||
//#import-model
|
||||
|
||||
import akka.stream.testkit.AkkaSpec
|
||||
import akka.util.ByteString
|
||||
import akka.http.model.headers.{ GenericHttpCredentials, BasicHttpCredentials }
|
||||
import org.scalatest.MustMatchers
|
||||
|
||||
|
||||
class ModelSpec extends AkkaSpec {
|
||||
"construct request" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue