minitest-reporters-turn_reporter 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b146047814f8cf60d702f6242995bee4e4ee444c
|
4
|
+
data.tar.gz: 9e0a7d3ac5a285933620fc48c217dabd8a42bb48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dd28fc876c43d2a50185959e1f3ad6bfd90179d486abfb519e7ce806420b2ad6963c75596859ed714fe28f1c1f13f4b6b1753e56877023db1197ffbcfce53b1
|
7
|
+
data.tar.gz: ff3c441f843256175549d4f005f8fc49903243b40fc620730222e78f1a5fef9855c983656e645e6e0c040a1ce35beb8088813b1546deac0685392d3dc5d28b2e
|
@@ -22,6 +22,11 @@ module Minitest
|
|
22
22
|
|
23
23
|
def report
|
24
24
|
super
|
25
|
+
puts
|
26
|
+
puts "To run the test suite again with the same options use:"
|
27
|
+
puts
|
28
|
+
puts " rake test TESTOPTS=\"#{options[:args]}\""
|
29
|
+
puts
|
25
30
|
puts "Finished in %.5fs" % total_time
|
26
31
|
print "\e[37m%d tests\e[0m" % count
|
27
32
|
print ", "
|
@@ -80,11 +85,6 @@ module Minitest
|
|
80
85
|
|
81
86
|
def after_suite(suite)
|
82
87
|
puts
|
83
|
-
puts
|
84
|
-
puts "To run the test suite again with the same options use:"
|
85
|
-
puts
|
86
|
-
puts " rake test TESTOPTS=\"#{options[:args]}\""
|
87
|
-
puts
|
88
88
|
end
|
89
89
|
|
90
90
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minitest-reporters-turn_reporter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bob Lail
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest-reporters
|