=doc fixed example compile errors either by fixing files or commenting them for now

This commit is contained in:
Johannes Rudolph 2015-05-21 10:50:27 +02:00
parent 20759e1b34
commit 546936146b
16 changed files with 59 additions and 37 deletions

View file

@ -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!"
}
}