Skip to content

Commit

Permalink
Merge #3016
Browse files Browse the repository at this point in the history
3016: Remove unnecessary workaround r=hsbt a=deivid-rodriguez

# Description:

Fix was released with path_expander v1.0.4.

# Tasks:

- [x] Describe the problem / feature
- [ ] Write tests
- [x] Write code to solve the problem
- [ ] Get code review from coworkers / friends

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).


Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
  • Loading branch information
bundlerbot and deivid-rodriguez committed Dec 5, 2019
2 parents cc8e975 + 2da50bc commit e272d1a
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions util/bisect
Expand Up @@ -7,25 +7,4 @@ rescue Gem::GemNotFoundException
abort "Install minitest-bisect gem to run a rubygems test suite bisection"
end

#
# Need to monkeypatch the `path_expander` gem to make sure it uses the same
# sorted set of files as `rake`. Otherwise `rake test` failures are
# irreproducible. Can be removed once
# https://github.com/seattlerb/path_expander/pull/4 is released.
#

module RefinedPathExpander
def expand_dirs_to_files(*dirs)
super.sort
end
end

require 'path_expander'

class PathExpander

prepend RefinedPathExpander

end

load minitest_bisect

0 comments on commit e272d1a

Please sign in to comment.