Using rspec and the twitter gem https://github.com/sferik/twitter
I am trying to find a solution to mock a twitter stream ideally with a mechanism like VCR. Obviously VCR does not work on tcp socket connections only http requests.
If this is too much to ask, any hints about where to stub what would be helpful.