Created
February 26, 2017 13:42
-
-
Save TheAdamBorek/2d3d05f6a0bd19cd999334e2a29cd161 to your computer and use it in GitHub Desktop.
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
override func setUp() { | |
//... | |
driveOnScheduler(testScheduler) { | |
subject = AvatarViewModel(imageReceiver: imageHavingMock) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment