rspec test breaking in a module, walkback is wrong
If an rspec test hits a bug and halts in code that has been 'include' into my code, (i.e., a module), the walkback does not show the line where the error occurred, but only shows the line that called something in the module.
Is there a way around this?
请先登录再写评论。
Please attach a screenshot. Sounds like Ruby interpreter bug.