Sha256: 9b753f761bca2d3929759d7689259e404c1c77756ae3e49609f7b727ae0f6173
Contents?: true
Size: 254 Bytes
Versions: 24
Compression:
Stored size: 254 Bytes
Contents
require 'helper' require 'lolsoap/client' module LolSoap describe Client do it 'can be instantiated with an already-parsed WSDL object' do wsdl = Object.new client = Client.new(wsdl) client.wsdl.must_equal wsdl end end end
Version data entries
24 entries across 24 versions & 1 rubygems
Version | Path |
---|---|
lolsoap-0.1.3 | test/unit/test_client.rb |
lolsoap-0.1.2 | test/unit/test_client.rb |
lolsoap-0.1.1 | test/unit/test_client.rb |
lolsoap-0.1.0 | test/unit/test_client.rb |