sup-heliotrope / sup

A curses threads-with-tags style email client (mailing list: supmua@googlegroups.com)
http://sup-heliotrope.github.io
GNU General Public License v2.0
889 stars 96 forks source link

fix deprecation warnings from Minitest #579

Closed danc86 closed 3 years ago

danc86 commented 4 years ago

This fixes a number of different deprecation warnings from Minitest:

WARNING: MiniTest::Unit::TestCase is now Minitest::Test. From test/unit/test_locale_fiddler.rb:5:in `<top (required)>'
WARNING: DEPRECATED: global use of must_equal from test/unit/util/test_uri.rb:10. Use _(obj).must_equal instead. This will fail in Minitest 6.
WARNING: DEPRECATED: Use assert_nil if expecting nil from test/test_header_parsing.rb:72. This will fail in Minitest 6.
danc86 commented 4 years ago

Amended to take out changes from test_yaml_migration.rb. Will post a separate PR to tidy that up.