XmlFixtures =========== Extends Rails to support simple xml fixtures for testing and asserts for working with them. Example ======= assert_xml_equal :xml_fixture_name, "<some>XML</some>" Copyright (c) 2009 QualitySmith Inc., released under the MIT license
Project
xml_fixtures
This gem provides your tests with the ability to load XML from fixture files and compare two XML documents using REXML.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Project Readme