README.rdoc in test_xml-0.1.0 vs README.rdoc in test_xml-0.1.1

- old
+ new

@@ -95,12 +95,22 @@ require 'test_xml/spec' World(TestXml::Spec) In your steps file e.g. features/step_definitions/xml_steps.rb add this step: - Then /^the response should match the following xml$/ do |string| - response.body.should match_xml(string) + Then /^the response should match the following xml$/ do |xml| + response.body.should equal_xml(xml) end == REQUIREMENTS * nokogiri + +== Many Thanks + +{Nick Sutterer}[http://github.com/apotonick] thank you for bringing RSpec 2, Ruby 1.9.2 and MiniTest! You revived the gem! :) + +== LICENSE + +Copyright © 2010-2011, Pavel Gabriel + +Released under the MIT License.