Created
February 26, 2017 13:42
-
-
Save TheAdamBorek/3da38dff885269b1ceede944b872b254 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
func test_asksManagerForLastPhotoTaken_version2() { | |
let expectedImage = UIImage() | |
photosManagerMock.expectedImage = expectedImage | |
let image = try! subject.lastPhotoTaken.toBlocking().first()! | |
XCTAssertEqual(image, expectedImage) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment