!str - Moving the InputStream and OutputStream utilities into Source and Sink

This commit is contained in:
Viktor Klang 2015-11-17 13:17:30 +01:00
parent cb8d3c4609
commit 8780ba28a4
25 changed files with 432 additions and 310 deletions

View file

@ -21,7 +21,7 @@ class StreamingResponseSpecs extends RoutingSpec {
Get() ~> route ~> check {
status should ===(StatusCodes.OK)
responseAs[String] should === ("")
responseAs[String] should ===("")
}
}