spec/ratis/request_spec.rb in ratis-3.3.6 vs spec/ratis/request_spec.rb in ratis-3.3.7
- old
+ new
@@ -50,10 +50,9 @@
options[:soap_action].should eq("PX_WEB#Mymethod")
options[:xmlns].should eq("PX_WEB")
end.once
Ratis::Request.get 'Mymethod'
- Ratis::Request.client.rspec_reset
end
it 'returns the response' do
response = Ratis::Request.get 'Getcategories'
response.should be_a(Savon::SOAP::Response)