|
|
Recently upgraded to 2.1.0.RC2. When running integration tests, I get MissingMethodExceptions for the domain class dynamic methods (example below). It's odd that the method I'm trying to call is in the list of suggestions. I only get this running tests as well, so it might have something to do with my test environment configuration. Anyone know of anything obvious I might be doing wrong?
groovy.lang.MissingMethodException: No signature of method: basset.reporting.app.User.list() is applicable for argument types: () values: []
Possible solutions: list(), list(java.util.Map), is(java.lang.Object), wait(), lock(), find()
at basset.reporting.app.FilterIntegrationTests.tearDown(FilterIntegrationTests.groovy:29)
|