Sha256: e9cf8f41aeec92d1d2ed5703c6257cc03288d72ed2a6e5247910d590fafa5b92
Contents?: true
Size: 196 Bytes
Versions: 2
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true module SpecSupport def call_and_fail_gracefully(client, *args, &block) client.call(*args, &block) rescue Savon::SOAPFault => e puts e.message end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
savon-2.13.1 | spec/support/integration.rb |
savon-2.13.0 | spec/support/integration.rb |