=doc fixed example compile errors either by fixing files or commenting them for now
This commit is contained in:
parent
20759e1b34
commit
546936146b
16 changed files with 59 additions and 37 deletions
|
|
@ -31,7 +31,7 @@ class FullTestKitExampleSpec extends WordSpec with Matchers with ScalatestRouteT
|
|||
|
||||
"return a greeting for GET requests to the root path" in {
|
||||
Get() ~> smallRoute ~> check {
|
||||
responseAs[String] should contain("Captain on the bridge")
|
||||
responseAs[String] shouldEqual "Captain on the bridge!"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue