spec/wasabi/document/authentication_spec.rb in wasabi-2.1.1 vs spec/wasabi/document/authentication_spec.rb in wasabi-2.2.0

- old
+ new

@@ -1,9 +1,9 @@ require "spec_helper" describe Wasabi::Document do - context "with: authentication.xml" do + context "with: authentication.wsdl" do subject { Wasabi::Document.new fixture(:authentication) } its(:namespace) { should == "http://v1_0.ws.auth.order.example.com/" } @@ -13,10 +13,10 @@ it { should have(1).operations } its(:operations) do should == { - :authenticate => { :input => "authenticate", :action => "authenticate" } + :authenticate => { :input => "authenticate", :action => "authenticate", :namespace_identifier => "tns" } } end end end