_stefanzweifel’s avatar_stefanzweifel’s Twitter Archive—№ 2,813

  1. …in reply to @aschmelyun
    @aschmelyun Depends Usually creating the test, run it without Http:fake, store the response as a fixture and use it during assertion. When allowed, I create a second test that hits the API and assert against the stored fixture. Great way to detect if provider has changed the response :(