Skip to content

Instantly share code, notes, and snippets.

@ddelponte
Created May 28, 2014 14:29
Show Gist options
  • Save ddelponte/f27ad219ec6fd24a124c to your computer and use it in GitHub Desktop.
Save ddelponte/f27ad219ec6fd24a124c to your computer and use it in GitHub Desktop.
Integration tests pass individually but fail when run as a suite
// Convert
myCoolemailService.myEmailService = Mock(MyEmailService)
// to
myCoolemailService.myEmailService = Mock([useObjenesis: false], MyEmailService)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment