I have a working script that uses the twitter gem in order to pull information from twitter. However I cannot find a way to fake this data for testing without actually calling out to twitter.
Does anyone know of a way to mock this? I'd be up for even writing this by hand, I just cant figure out the proper format.
Thanks.