Details
Description
We need the GrailsUrlMappingsTestCase to be able to test URL mappings like this:
"/login"
{ controller = "login" action = [POST:'attempt', GET:'index'] }Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
We need the GrailsUrlMappingsTestCase to be able to test URL mappings like this:
"/login"
{ controller = "login" action = [POST:'attempt', GET:'index'] }