1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# 0.1.8
* Add license file and update gemspec with license name
* Add test-unit to development dependencies, removed rspec-core and added rspec
# 0.1.7
* Add diff output to xml_equal
* Add support for RSpec 3
* Fix order of expected result and actual result for RSpec
# 0.1.6
* Fix dependencies so that Minitest doesn't rely on Test::Unit anymore. If you having trouble, update to minitest > 4.0.0 :)
# 0.1.5
* Make minitest-5 compatible.
# 0.1.4
* Require bug fix.
# 0.1.3
* Adding support for `MiniTest::Spec` matchers.
|