class Cucumber::Core::Test::Case

def match_locations?(queried_locations)

def match_locations?(queried_locations)
  return true if source.any? { |s| s.match_locations?(queried_locations) }
  test_steps.any? { |node| node.match_locations? queried_locations }
end