features/basic_functionality.feature in soap-object-0.3 vs features/basic_functionality.feature in soap-object-0.4

- old
+ new

@@ -19,5 +19,16 @@ Scenario: Calling a service when using wsdl Given I have the url for a remote wsdl When I create an instance of the SoapObject class Then I should be able to make a call and receive the correct results + Scenario: Getting the body from a response + Given I have the url for a remote wsdl + When I create an instance of the SoapObject class + Then I should be able to make a call and receive the correct results + And the results body should contain "<NewDataSet><Table>" + + Scenario: Getting the body from a response + Given I have the url for a remote wsdl + When I create an instance of the SoapObject class + Then I should be able to make a call and receive the correct results + And the results body xml should be a Nokogiri XML object