lib/soaspec/exchange.rb in soaspec-0.0.25 vs lib/soaspec/exchange.rb in soaspec-0.0.26

- old
+ new

@@ -23,19 +23,9 @@ Soaspec::SpecLogger.add_to 'Example ' + @test_name @response = make_request @test_name end - # Elements a shared 'success scenario' is expected to have - def mandatory_elements - @api_class.mandatory_elements - end - - # Elements a shared 'success scenario' is expected to have - def mandatory_xpath_values - @api_class.mandatory_xpath_values - end - # Returns response object from Api # For example for SOAP it will be a Savon response # response.body (body of response as Hash) # response.header (head of response as Hash) def response \ No newline at end of file