I’m using guard with rspec and cucumber. To run the selected specs continuously, I just use focus tag to nail what I want to work on.
But the problem is that I want to ran all of the specs if there are no specs with that tag.
How can I do that?
NOTE:: I am aware of all the RSpec options. So please reply only after you’ve read the question.
I achieve the behavior you’ve described with the following config: