savon_spec icon indicating copy to clipboard operation
savon_spec copied to clipboard

Savon testing library

Results 5 savon_spec issues
Sort by recently updated
recently updated
newest added

See discussion here: https://github.com/savonrb/savon/issues/526

With a mock you allow return a symbol or an Hash. But with our test we can want return some Savon::SOAP::Response or HTTPI::Response save by vcr for example. This commit...

It appears that you can't test against a class which extends Savon::Model. I have written [savon_model_spec_fail.rb](https://gist.github.com/3127578) to demonstrate that instead of mocking the `get_user` SOAP action, the call is passed...

Hi, I tried with so many forms to mock/stub a savon request with Test::Unit, and I can't got this work until present moment. So, please, bring up some documentation about...

I currently put the following in an xml file, but somehow it doesn't seem to work with savon_spec. Should I only put the part inside the `` ? or what?...