minitest-vcr
minitest-vcr copied to clipboard
use Minitest instead of MiniTest
The rename happened in 5.0, but 5.19.0 started to only define the old alias when ENV["MT_COMPAT"]
is defined, which usually is not the case
@mfpiccolo here's a failing pipeline for you to double check against: https://github.com/simonneutert/papierkram_api_client/actions/runs/5859933192/job/15886957088?pr=56
Just encountered this as well after upgrading to Rails 7.0.7
uninitialized constant MiniTest (NameError)
- happens in minispec-metadata-2.0.0 which is a dependency on minitest-vcr.
setting ENV["MT_COMPAT"]
to true made it work again (for now)
Mostly added that last part to make it easier for others searching for that specific error and find a temp solution :-)
@jeppeliisberg we got it merged there already 🎉
https://github.com/ordinaryzelig/minispec-metadata/pull/18
thank you for sharing, that ENV["MT_COMPAT"]
helps :v:
opened #29 before seeing this :(
Hopefully it will be merged soon