mezza-testunitxml 0.1.6 → 0.1.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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"