Sha256: 89c5de31d1ed20c909d5efea1ddb87e5015e672c6c797066a40260c0177f2dfc
Contents?: true
Size: 549 Bytes
Versions: 13
Compression:
Stored size: 549 Bytes
Contents
require "spec_helper" describe Wasabi::Document do context "with: two_bindings.wsdl" do subject { Wasabi::Document.new fixture(:two_bindings).read } 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
13 entries across 13 versions & 3 rubygems