*** THIS IS NOT IMPLEMENTED ***
If you are interested in implementing it, please contact the pact-dev google group.
Provides XML support for the Pact gem.
Add this line to your application's Gemfile:
gem 'pact-xml'
And then execute:
$ bundle
Or install it yourself as:
$ gem install pact-xml
require 'pact'
require 'pact/xml'
Pact.configure do | config |
# Maybe do this automatically?
config.register_body_differ /xml/, Pact::XML::Differ
config.register_diff_formatter /xml/, Pact::XML::DiffFormatter
end
- Fork it ( https://github.com/[my-github-username]/pact-xml/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request