lib/soaspec/exchange_handlers/exchange_handler.rb in soaspec-0.0.51 vs lib/soaspec/exchange_handlers/exchange_handler.rb in soaspec-0.0.52
- old
+ new
@@ -67,10 +67,10 @@
{}
end
# Change this through 'mandatory_json_values' method to specify json results that must be present in the response
# Will be used in 'success_scenarios' shared examples
- # @return [Hash] Hash of 'xpath' => 'expected value' pairs
+ # @return [Hash] Hash of 'json/path' => 'expected value' pairs
def expected_mandatory_json_values
{}
end
# Stores a value in a method that can be accessed by the provided name
\ No newline at end of file