class RSpec::Core::ExclusionRules
@private
def include_example?(example)
def include_example?(example) example.any_apply?(@rules) || example.any_apply?(CONDITIONAL_FILTERS) end
@private
def include_example?(example) example.any_apply?(@rules) || example.any_apply?(CONDITIONAL_FILTERS) end