minitest-utils 0.6.1 → 0.6.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9efb73f54516761307447ccb32c1bd8fcb8534878f01070dafbc2b2ed0517b63
4
- data.tar.gz: 7008386cf28db0a13da73edc25a99c7d68e18142720e9950924304eb96088bfc
3
+ metadata.gz: 024d6a1258ae6965948fb0862e13894c53473be4baf1456654c5eb9cc63b1f18
4
+ data.tar.gz: ce95d624481c9164f5d6885633067d69df8d9dc1dc603c5d07cc56cc9072d61e
5
5
  SHA512:
6
- metadata.gz: dc14e5a7459416f749b050f5e0fcd78f73b69509f50d2708e5631601d5ef45ec4e608d5f5509bc30aafde1c52ec4e9b0c460994fc7888adbe4ccb3f4b834e893
7
- data.tar.gz: dae70e05cbaf8b07a533aba39b877f50115cf56b3eaa0cc1f0ed0a33829d9d1fab1113036b1b7a4a99ca60fab30dcaa769224c4ecc7c540f6e3178f0db97b034
6
+ metadata.gz: 8a2af19a249e434607d3297be303c773446977509a6d8534966700e9316eef054af5dd4c6d7836fee9d72b20079770dfc65cc0ac302916e9a373b0ab3778682f
7
+ data.tar.gz: 61623224c5f752cf219ba8d87739d9a6878a4a42de54be01c1b5046bd183e69924693c8a9ba5fba198965e6948576f541c7dc1e161fed2eaafe1da948c678256
@@ -51,4 +51,5 @@ jobs:
51
51
  env:
52
52
  BUNDLE_GEMFILE: ${{ matrix.gemfile }}
53
53
  run: |
54
- exe/mt
54
+ bundle exec exe/mt
55
+ bundle exec rubocop
@@ -38,6 +38,11 @@ module Minitest
38
38
  @color_enabled = io.respond_to?(:tty?) && io.tty?
39
39
  end
40
40
 
41
+ def start
42
+ super
43
+ io.puts "Run options: #{options[:args]}\n"
44
+ end
45
+
41
46
  def record(result)
42
47
  super
43
48
  print_result_code(result.result_code)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Minitest
4
4
  module Utils
5
- VERSION = "0.6.1"
5
+ VERSION = "0.6.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nando Vieira