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
Do not leak TestUnit specific methods after Rails 4
* TestUnit requires the build_message method to be defined for its
assertions to work properly. After Rails 4, Minitest is used instead
of TestUnit so the method should not be included anymore. This is
problematic because when using RSpec configured with
config.expect_with :test_unit
the TestUnit assertions try to call build_message on the
MinitestAssertionAdapter which will crash.
0 commit comments