Skip to content
Fernando Benjamin edited this page Mar 12, 2015 · 1 revision

Working with nested paths

# Test non empty result
    "Search [GET /v1/search] nonEmpty" in {
      Get("/v1/search") ~> searchRoute ~> check {
        body.nonEmpty
      }
    }

Clone this wiki locally