In a large set of tests written for RSpec there are some tests who are expected to fail (at least, for a couple more months). These known failures makes it difficult to sort through the results reported by RSpec for regressions (new failures since the last run).
Is there a easy system that works with RSpec results to keep track of old testrun results and only report on new failures?