File: CHANGES.md

package info (click to toggle)
ruby-test-xml 0.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: ruby: 781; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (3)
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.