Sha256: 9c90e6e7f7d471ae4f4c76610c550bd9020bb07bce7fa4ac10731f8ab0c7730b
Contents?: true
Size: 427 Bytes
Versions: 4
Compression:
Stored size: 427 Bytes
Contents
require "spec_helper" describe Savon::SOAP do it "should contain the SOAP namespace for each supported SOAP version" do Savon::SOAP::VERSIONS.each do |soap_version| Savon::SOAP::NAMESPACE[soap_version].should be_a(String) Savon::SOAP::NAMESPACE[soap_version].should_not be_empty end end it "should contain a Rage of supported SOAP versions" do Savon::SOAP::VERSIONS.should == (1..2) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
savon-1.2.0 | spec/savon/soap_spec.rb |
savon-1.1.0 | spec/savon/soap_spec.rb |
savon-1.0.0 | spec/savon/soap_spec.rb |
savon-0.9.14 | spec/savon/soap_spec.rb |