1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
Ryan Davis 3116bdceba Fixed BacktraceCleaner to never return an empty backtrace.
Empty backtraces means you didn't run any code, which isn't the case,
and goes against the contract that Minitest.backtrace_cleaner expects.
This fixes a bug I've seen in a number of reports.

It would be nice if this got backported to whatever versions are
active, as this keeps coming back on minitest issues.
2020-05-15 16:42:27 -07:00
..
active_support Fixed BacktraceCleaner to never return an empty backtrace. 2020-05-15 16:42:27 -07:00
active_support.rb Update to TZInfo v2.0.0 2020-03-28 20:42:43 +01:00