spec/http_stubs.rb in johnreitano-savon-0.7.2.1 vs spec/http_stubs.rb in johnreitano-savon-0.7.7.1

- old
+ new

@@ -19,5 +19,8 @@ # WSDL request returning a WSDL document where the main sections are not namespaced. FakeWeb.register_uri :get, EndpointHelper.wsdl_endpoint(:no_namespace), :body => WSDLFixture.no_namespace # WSDL request returning a WSDL document with namespaced SOAP actions. FakeWeb.register_uri :get, EndpointHelper.wsdl_endpoint(:namespaced_actions), :body => WSDLFixture.namespaced_actions + +# WSDL request returning a WSDL document with geotrust SOAP actions. +FakeWeb.register_uri :get, EndpointHelper.wsdl_endpoint(:geotrust), :body => WSDLFixture.geotrust \ No newline at end of file