As you probably know you're able to pass condition into before method. When you add a conditions hash to before(:each) or before(:all), RSpec will only apply that hook to groups or examples that match the conditions. e.g. From Rspec doc But sometimes it's necessary to skip a few test cases out of a mass. It's annoying to add tag to each example. You're able to use conditional statements to check e
{{#tags}}- {{label}}
{{/tags}}