Grails 1.3.5
I've written a handful of functional tests and I'm running into issues when my controllers and services reference configuration data via grailsApplication.config. It is always coming back null, so it errors out.
I know there is a mockConfig for unit tests. But how do I get the config to get wired up for functional tests?