class RSpec::Core::ExclusionRules

@private

Constants

CONDITIONAL_FILTERS

Public Instance Methods

include_example?(example) click to toggle source
# File lib/rspec/core/filter_manager.rb, line 255
def include_example?(example)
  example.any_apply?(@rules) || example.any_apply?(CONDITIONAL_FILTERS)
end