Skip to content

Instantly share code, notes, and snippets.

@haydenmuhl
haydenmuhl / gist:1078293
Created July 12, 2011 16:07
Grails testing, error when using mockFor
Code:
class RepoControllerTests extends ControllerUnitTestCase {
protected void setUp() {
super.setUp()
}
protected void tearDown() {
super.tearDown()
}