spec/wasabi/document/authentication_spec.rb in wasabi-3.1.0 vs spec/wasabi/document/authentication_spec.rb in wasabi-3.2.0

- old
+ new

@@ -13,10 +13,10 @@ it { should have(1).operations } its(:operations) do should == { - :authenticate => { :input => "authenticate", :action => "authenticate", :namespace_identifier => "tns" } + :authenticate => { :input => "authenticate", :output => "authenticateResponse", :action => "authenticate", :namespace_identifier => "tns" } } end end end