mezza-testunitxml 0.1.6 → 0.1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,7 +29,7 @@ module Test
29
29
  true
30
30
  when REXML::DocType
31
31
  compare_doctypes(expected_node, actual_node)
32
- when REXML::Element :
32
+ when REXML::Element
33
33
  compare_elements(expected_node, actual_node)
34
34
  when REXML::CData
35
35
  compare_texts(expected_node, actual_node)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mezza-testunitxml
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.6
5
+ version: 0.1.6.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Henrik M\xC3\xA5rtensson"