minitest-utils 0.5.2 → 0.5.3

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: 88ad6d0826de366086152cedfef5fabbbc338b4aeb8a664ed62d9762002d841d
4
- data.tar.gz: 7256702f812f28c4320bf3f42a05733302c963fd6c8093e35b107e21f8248e55
3
+ metadata.gz: 45edafdbbaaba56f1155f5ea6dcf82ca0d6c1910846609c5890f24e0fc8eead1
4
+ data.tar.gz: f0a3c15bd8dc64ed4ca6ff5a94a2970e05d364eb44ab63b81c86c660bfc4c292
5
5
  SHA512:
6
- metadata.gz: 4979039508fcb466137ac584c0b8f1cae0115f83ddf3866ec92b26384cde28567e72f17bd7f10499d41b23745c66f0fd49945b677daa08cbbcd87ba227134d47
7
- data.tar.gz: ad984963d7267ece2f9f32f93aa752aeca90ee3d4fdd6e35a86a05fd2108b470e7317ff86c67c3f36f25a1bd6644264c5d58b5d8423dc10a3be3dc0c43ef5ae1
6
+ metadata.gz: ecaaad852e83091e19457b99f2ce8e033542700bd57beedd250a8a448cf7ae2a61725c18d1e61da8ff36b7a5a9b9fba7b58c91b5603cadeb7e42f32eeeab25ec
7
+ data.tar.gz: b2e77daa969db10850910b313addc08426af78ada00485830fad089275a8d3c2fc58fd2ce0e20928d25128cec8e538dd49d7a01d6d42fa71f78075eb3c911ce2
@@ -191,7 +191,7 @@ module Minitest
191
191
 
192
192
  return location unless path
193
193
 
194
- location = File.expand_path
194
+ location = File.expand_path(path)
195
195
 
196
196
  return location unless location.start_with?(Dir.pwd)
197
197
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Minitest
4
4
  module Utils
5
- VERSION = "0.5.2"
5
+ VERSION = "0.5.3"
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.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nando Vieira