MockMvc in Spock not working MockMvc in Spock not working spring spring

MockMvc in Spock not working


Is the missing get method imported?

You need the following line in imports block:

import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get