Sha256: 470e04f78e9946de9ef36b3dd86a02ca29797f122144bc0d7f98deb58095152b
Contents?: true
Size: 544 Bytes
Versions: 2
Compression:
Stored size: 544 Bytes
Contents
require "spec_helper" describe Wasabi::Document do context "with: two_bindings.wsdl" do subject { Wasabi::Document.new fixture(:two_bindings) } its(:element_form_default) { should == :unqualified } it { should have(3).operations } its(:operations) do should include( { :post => { :input => "Post", :action => "Post" } }, { :post11only => { :input => "Post11only", :action => "Post11only" } }, { :post12only => { :input => "Post12only", :action => "Post12only" } } ) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wasabi-2.3.0 | spec/wasabi/document/two_bindings_spec.rb |
wasabi-2.2.0 | spec/wasabi/document/two_bindings_spec.rb |