joshbuddy / jsonpath

Ruby implementation of http://goessner.net/articles/JsonPath/
MIT License
447 stars 72 forks source link

Use 'Minitest' instead of deprecated 'MiniTest' casestyle #168

Open boutil opened 2 months ago

boutil commented 2 months ago

The version of minitest shipped with ruby3.3 yields an error with the old namespace 'MiniTest'. This change proposes to replace to the 'Minitest' convention.