-
Notifications
You must be signed in to change notification settings - Fork 616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing documentation not correct #957
Comments
👋 There is a repo https://github.com/savonrb/savonrb.github.io which has the text for the website. Any output examples you can offer in the Description would help people wanting to help out fixing this! |
https://github.com/savonrb/savonrb.github.io/blob/master/version2/testing.md this is the page Now I have attempted to run the example. The step-2 branch is using the correct arguments, the first Symbol being the name of an operation to call on the WSDL-located service.
Now, the WSDL document describing operations is not valid, that is, "http://example.com?wsdl" being passed to the client, it needs to be a real WSDL description of operations. The text is perhaps not clear about the fact that that line is a non-functioning example WSDL. The docs could need updating with:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Thanks for this message, I was indeed not really aware of it and lost half an hour. |
Bug report
When I tried to use the Savon::SpecHelper I could not get it to work so I resorted to setting up an example
project following the documentation found here.
Unfortunately following the docs I ran into other issues rather than my real project issues so I thought I'd raise them here to see if we can help fix the documentation and eventually get to my real problem :)
Current behavior:
ArugmentError
NoMethodError
Steps to reproduce current behavior:
to reproduce the initial error:
to reproduce the subsequent error:
Expected behavior:
Passing tests
System information:
The text was updated successfully, but these errors were encountered: