yarjuf 1.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY.txt +2 -0
- data/lib/yarjuf.rb +1 -1
- metadata +2 -2
data/HISTORY.txt
CHANGED
data/lib/yarjuf.rb
CHANGED
@@ -42,7 +42,7 @@ class JUnit < RSpec::Core::Formatters::BaseFormatter
|
|
42
42
|
|
43
43
|
def failure_details_for(example)
|
44
44
|
exception = example.metadata[:execution_result][:exception]
|
45
|
-
exception.nil? ? "" : "#{exception.message}\n#{format_backtrace(exception.backtrace
|
45
|
+
exception.nil? ? "" : "#{exception.message}\n#{format_backtrace(exception.backtrace).join("\n")}"
|
46
46
|
end
|
47
47
|
|
48
48
|
def fail_count_for_suite(suite)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yarjuf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-11-
|
12
|
+
date: 2012-11-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|