I have an app that depends on Redis and want to have VCR-like functionality for the specs.
Is there a gem that will save all Redis requests to a file so that future requests will be deterministic?
I have an app that depends on Redis and want to have VCR-like functionality for the specs.
Is there a gem that will save all Redis requests to a file so that future requests will be deterministic?