I a wrote recipe screen scraper. Because of how easy it is for screen scrapers to break I wrote some specs that test various websites for the expected output. On my development enviorement i'm using VCR so I don't have to keep making calls to those sites.
The problem is that doesn't really tell me if the recipe sites change and break my scraper . I could periodically refresh the cassettes, which I do, but I'd like to be more proactive. I'd like someway to run these specific specs daily and get notified of the outcome if they fail so I can go back and fix the scraper .