riot-fancydots 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/lib/riot-fancydots/fancy_dot_reporter.rb +2 -1
- data/lib/riot-fancydots/version.rb +1 -1
- metadata +3 -3
data/.gitignore
CHANGED
@@ -2,6 +2,7 @@ module Riot
|
|
2
2
|
class FancyDotReporter < IOReporter
|
3
3
|
def initialize(writer=STDOUT)
|
4
4
|
super
|
5
|
+
puts "\n"
|
5
6
|
@details = []
|
6
7
|
end
|
7
8
|
|
@@ -21,7 +22,7 @@ module Riot
|
|
21
22
|
end
|
22
23
|
|
23
24
|
def results(time_taken)
|
24
|
-
puts "\n#{@details.join("\n\n")}" unless @details.empty?
|
25
|
+
puts "\n\n#{@details.join("\n\n")}" unless @details.empty?
|
25
26
|
super
|
26
27
|
end
|
27
28
|
private
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: riot-fancydots
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Matt Briggs
|