class RSpec::Core::World
def apply?(predicate, filter)
def apply?(predicate, filter) lambda {|example| filter.empty? || example.metadata.apply?(predicate, filter)} end
def apply?(predicate, filter) lambda {|example| filter.empty? || example.metadata.apply?(predicate, filter)} end