Marcelo Fabri
Marcelo Fabri
This should be fixed by https://github.com/airbnb/lottie-ios/pull/1587
Note that this wouldn't work because of how `NSURLProtocol` is implemented: https://github.com/AliSoftware/OHHTTPStubs/wiki/Testing-for-the-request-body-in-your-stubs
@modocache Any directions on where how to implement this? Where to bridge from `Configuration` to the current `XCTestCase`?
I think I wasn't clear. I wanted to know if there's a place in Quick where there're both a `Configuration` and a `QuickSpec` so I could read a value from...
Digging more, I think it could work if we added the `QuickSpec` as a param to `Example`'s `run` and send it on `addInstanceMethodForExample:classSelectorNames:` from `QuickSpec`. Would that be a welcomed...
Actually, configuring `continueAfterFailure = false` doesn't really seem to be working with Quick: ``` swift class MySpec: QuickSpec { override func setUp() { continueAfterFailure = false } override func spec()...
Ideally, we'd do that, but we have so many callsites that it's not super straightforward. Also, we want to make sure this is called even when ImageDownloader is called directly,...
This is the expected behavior: the matcher fails to remind you that you should replace it with `== snapshot()` after recording it (generating the reference image).
just to be clear, you mean a directory in the same level as ReferenceImages, not inside it, right? Something like this: ``` - Tests - ReferenceImages - FailureDiffs ```
@diogot I disagree as it'd be easy to mistakenly commit them