stripe / subprocess

A port of Python's subprocess module to Ruby
MIT License
209 stars 17 forks source link

Fix deprecation warnings #63

Closed jez-stripe closed 3 years ago

jez-stripe commented 3 years ago

Tested locally with

bundle install
bundle exec rake test

The errors looked like this:

DEPRECATED: global use of must_equal from /Users/jez/github/subprocess/test/test_subprocess.rb:98. Use _(obj).must_equal instead. This will fail in Minitest 6.