padrino / padrino-framework

Padrino is a full-stack ruby framework built upon Sinatra.
http://www.padrinorb.com
MIT License
3.37k stars 508 forks source link

Rename MiniTest to Minitest #2276

Closed kevin-j-m closed 1 year ago

kevin-j-m commented 1 year ago

In minitest 5.0.0

Renamed MiniTest to Minitest. Your pinkies will thank me. (aliased to MiniTest)

Later in 5.10.0

Deprecated ruby 1.8, 1.9, possibly 2.0, assert_send, & old MiniTest namespace.

Running minitest 5.20.0, the test suite was not running without these changes. This renames usages of MiniTest to Minitest.

nesquena commented 1 year ago

Thanks!