Created
May 28, 2014 14:29
-
-
Save ddelponte/f27ad219ec6fd24a124c to your computer and use it in GitHub Desktop.
Integration tests pass individually but fail when run as a suite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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