qrush / m

A Test::Unit runner that can run tests by line number.
MIT License
376 stars 57 forks source link

Remove Appraisal dependency #99

Closed blowmage closed 1 year ago

blowmage commented 1 year ago

Appraisal doesn't add anything to this project that isn't better served by Bundler.with_original_env and BUNDLE_GEMFILE. Remove the dependency, and replace the functionality with a simpler approach.

searls commented 1 year ago

Love it. TIL Bundler.with_original_env could be used this way