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: fd43f15269e327b1a3f671d56dd88f26ce0e741a
4
- data.tar.gz: 6a6f3e23acac269897c83ee7aff2bea79ad2c537
3
+ metadata.gz: b146047814f8cf60d702f6242995bee4e4ee444c
4
+ data.tar.gz: 9e0a7d3ac5a285933620fc48c217dabd8a42bb48
5
5
  SHA512:
6
- metadata.gz: c98ea7dbbaab1d95d02881ec762eeff39cf8151e07a090df3d1072ce7ee66be28c3928aa347655116463e65bc3af4f8a50f04615233471ecc73a35bfcb8b51a9
7
- data.tar.gz: 691ab2c545cc811a180e35649668cd03330162ad3bf56276333c9eac1f5be679d7d8818302ac7d6ad28da82a985ff3e4372ff9967f85ea6c3c2d5dd3a3a5852f
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
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "minitest-reporters-turn_reporter"
7
- spec.version = "0.1.1"
7
+ spec.version = "0.1.2"
8
8
  spec.authors = ["Bob Lail"]
9
9
  spec.email = ["bob.lail@cph.org"]
10
10
 
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.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-08-22 00:00:00.000000000 Z
11
+ date: 2016-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest-reporters