This is a short question: I am looking for a way to run specs in debug mode, with the -u switch, so that RSpec would drop to console whenever it failed, without having to add a debugger line into the code. Any pointers?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Will answer my own question. Following this tutorial, I created a custom formatter, as in:
|
|||
|
|
|
hakanensari, your code seems to break inside rspec. It'd be nice if we could break at the failing assert line. |
|||||
|