Open dazza-codes opened 6 years ago
It might help to speed up specs and save VCR cassettes if a locally cached WSDL is used for the WOS client, e.g.
client = Savon.client(wsdl: 'locally-cached-wsdl.xml')
A helper method for getting the client instance might advance consolidation there, too.
It might help to speed up specs and save VCR cassettes if a locally cached WSDL is used for the WOS client, e.g.