Skip to content

Instantly share code, notes, and snippets.

View ColinHarrington's full-sized avatar

Colin Harrington ColinHarrington

View GitHub Profile
@ColinHarrington
ColinHarrington / gist:1078341
Created July 12, 2011 16:21 — forked from haydenmuhl/gist:1078293
Grails testing, error when using mockFor
Code:
class RepoControllerTests extends ControllerUnitTestCase {
protected void setUp() {
super.setUp()
}
protected void tearDown() {
super.tearDown()
}