Details
Description
When mocking views by assigning something like:
views['/foo/_bar.gsp'] = 'Mocked view content'
the mocked views take priority over any existing GSP in grails-app/views.
On Windows however, the real GSP takes priority. The only way the mocked view will work is if there is no real GSP with the same path.
Debugger findings:
breakpoint set at DefaultGroovyPageLocator:329 (in findResource method)
On OSX
On Windows