Closed junaruga closed 7 years ago
The issue was fixed, but the fixed version is not released. https://github.com/rails/rails/pull/29022
It is this commit: https://github.com/rails/rails/commit/a6dba93
It looks that tomorrow fixed version rails
will be released.
https://github.com/rails/rails/issues/29038
The rails fixed version 5.0.3 and 5.1.1 were released.
Look at this Travis result of the
spring-watcher-listen
.https://travis-ci.org/jonleighton/spring-watcher-listen/builds/231076403
The problem is
railties 5.0.2 (
railties-5.0.2/lib/rails/test_unit/minitest_plugin.rb:9
) is overwritingaggregated_results
without argument.But latest version minitest 5.10.2 that has been released at May 09 2017 (2 days ago), changed
aggregated_results
to set 1 argument. https://github.com/seattlerb/minitest/commit/c6ba2afd90473b76d289562edd24f7d7ca8484f9So, right now we should not use minitest 5.10.2.