We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b6ee0 commit ebe41a9Copy full SHA for ebe41a9
grails-plugin-interceptors/src/test/groovy/grails/artefact/InterceptorSpec.groovy
@@ -39,7 +39,7 @@ class InterceptorSpec extends Specification {
39
void "Test the default interceptor mappings"() {
40
given:"A test interceptor"
41
def i = new TestInterceptor()
42
- i.defaultMatcher()
+ i.setGrailsApplication(null)
43
def webRequest = GrailsWebMockUtil.bindMockWebRequest()
44
HttpServletRequest request = webRequest.request
45
when:"The current request is for a controller called test"
0 commit comments