dwellman
03/15/2018, 5:35 PM@Test
fun `returns all fruit`() {
client(Request(GET, "<http://localhost:$port/fruits>")) shouldMatch hasStatus(OK).and(
Jackson.hasBody(Jackson.obj("lemons" to Jackson.number(42))
))
}