rspec_junit_formatter 0.1.4 → 0.1.5

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.
@@ -25,7 +25,7 @@ class RSpec::Core::Formatters::JUnitFormatter < RSpec::Core::Formatters::BaseFor
25
25
  end
26
26
 
27
27
  def xml_example example, &block
28
- xml.testcase :classname => example.file_path, :name => example.full_description, :time => '%.6f' % example.execution_result[:run_time], &block
28
+ xml.testcase :classname => example.file_path.gsub(".", "_"), :name => example.full_description, :time => '%.6f' % example.execution_result[:run_time], &block
29
29
  end
30
30
 
31
31
  def dump_summary_example_passed example
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: rspec_junit_formatter
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.4
5
+ version: 0.1.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Samuel Cochran
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-06 00:00:00.000000000 Z
12
+ date: 2012-12-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  version_requirements: !ruby/object:Gem::Requirement