Details
Description
We need the GrailsUrlMappingsTestCase to be able to test URL mappings like this:
"/login"
{ controller = "login" action = [POST:'attempt', GET:'index'] }We need the GrailsUrlMappingsTestCase to be able to test URL mappings like this:
"/login"
{ controller = "login" action = [POST:'attempt', GET:'index'] }