Search code examples
rspecguardspork

Is there a way to configure rspec to abort remaining specs on first fail?


I'm running the specs under spork and guard, which complicates matters. But this would be very handy.


Solution

  • Fail Fast, as answered in the comments.