Sha256: 3eee5425834285fe516d136f1d6c08544116c723af223098f7ef84d82c88485e

Contents?: true

Size: 427 Bytes

Versions: 13

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

13 entries across 13 versions & 4 rubygems

Version Path
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/savon-0.9.5/spec/savon/soap_spec.rb
savon-0.9.11 spec/savon/soap_spec.rb
savon-0.9.10 spec/savon/soap_spec.rb
savon-0.9.9 spec/savon/soap_spec.rb
savon-0.9.8 spec/savon/soap_spec.rb
they-savon-0.9.7.1 spec/savon/soap_spec.rb
regenersis-savon-1.0.0 spec/savon/soap_spec.rb
they-savon-0.9.7 spec/savon/soap_spec.rb
savon-0.9.7 spec/savon/soap_spec.rb
savon-0.9.6 spec/savon/soap_spec.rb
savon-0.9.5 spec/savon/soap_spec.rb
savon-0.9.4 spec/savon/soap_spec.rb
savon-0.9.3 spec/savon/soap_spec.rb