search for: minibacktrac

Displaying 1 result from an estimated 1 matches for "minibacktrac".

Did you mean: minibacktrace
2011 Mar 23
0
Passing NilClass To Create & MiniTest Backtrace Cleaner
...e Rails.backtrace_cleaner was not being used in my tests under 1.9.x since that uses MiniTest. This could have been happening for as long as there has been MiniTest usage since the backtrace cleaner was introduced, I may have never noticed before. Either way I created a plugin last night [1] called MiniBacktrace that is really just a few lines of code [2]. I''d be willing to submit a patch if you think this is helpful. I could easily check to see if the version of MiniTest supports the method chain interface to make this happen or take other advice. I found it really helpful :) [1] https://github...