Teach respec to only execute failed specs of shared examples
jmuheim opened this issue · 1 comments
jmuheim commented
When one spec of a shared example fails, respec -f
runs all specs of the shared example. Is there an easy way to fix this?
oggy commented
Perhaps rerunning by using the spec name rather than file/line number would solve this, but I haven't checked.
This was the plan since RSpec 2.11.0 fixed passing multiple -e
options.