solidusio-contrib / solidus_active_shipping

:package: Solidus integration for Shopify's active_shipping gem.
8 stars 22 forks source link

Add VCR support #22

Closed fredericboivin closed 8 years ago

fredericboivin commented 8 years ago

Adds VCR as a dev dependency and use it in with the integration/feature specs. It makes the test suite faster and also helps when UPS remote servers for the sandbox are down (which happens too often)

forkata commented 8 years ago

:tada: I am pro moving to VCR for all remote calls. Originally I was hoping we can have integration tests run against the live API's but that has proven quite unreliable. @senjai @sinetheta what are your guys thoughts on this?

Senjai commented 8 years ago

I'm down for it if their APIs are unreliable. Though that in itself is kinda sketchy heh