Skip to content

Instantly share code, notes, and snippets.

@ddeyoung
Created September 11, 2013 20:11
Show Gist options
  • Save ddeyoung/6529113 to your computer and use it in GitHub Desktop.
Save ddeyoung/6529113 to your computer and use it in GitHub Desktop.
Disable grails events in tests.
Domain.metaClass.event = { arg1, arg2, arg3 ->}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment