You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
! Deleted MiniTest and MiniTest::Unit::TestCase compatibility namespaces.
! Deleted all use of Marshal for serialization.
! Deleted maglev? and rubinius? guard methods.
! assert_equal(nil, value) no longer allowed. Use assert_nil to be explicit.
! Deleted all minitest/spec expectations from Object. Use _/value/expect.
! Removed assert_send.
+ Added dependency on path_expander.
+ Added --rake and --binstub flags.
+ Assertions reuse themselves a lot more. Bumps assertion count in some places.
+ assert_operator and assert_predicate both call assert_respond_to first.
+ Ditto with their refute equivalents.
+ if message is passed a proc then that proc overrides all other output.
TODO:
Finish writing tests for some benchmark methods and reactivate them.
Decide on final stub behavior.
Rename test_order to run_order?
0 commit comments