Sha256: 8d0555d57594f402874065cccefbc3786430e9ffdeefcc3d6ff1b008924ffa4f
Contents?: true
Size: 496 Bytes
Versions: 3
Compression:
Stored size: 496 Bytes
Contents
require "spec_helper" describe 'Integration with Juniper' do subject(:client) { Sekken.new fixture('wsdl/juniper') } it 'skips the relative schema import to still show other information' do expect(client.services).to eq( 'SystemService' => { :ports => { 'System' => { :type => 'http://schemas.xmlsoap.org/wsdl/soap/', :location => 'https://10.1.1.1:8443/axis2/services/SystemService' } } } ) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sekken-0.3.0 | spec/integration/juniper_spec.rb |
sekken-0.2.0 | spec/integration/juniper_spec.rb |
sekken-0.1.0 | spec/integration/juniper_spec.rb |