lib/soaspec/matchers.rb in soaspec-0.2.26 vs lib/soaspec/matchers.rb in soaspec-0.2.27

- old
+ new

@@ -1,6 +1,6 @@ require_relative 'core_ext/hash' -require_relative 'not_found_errors' +require_relative 'errors' # Whether response has any element with the provided value RSpec::Matchers.define :contain_value do |expected| match do |actual| expect(actual.exchange_handler.include_value?(actual.response, expected)).to be true