sandro / ephemeral_response

Automatic recording, replaying, and expiry of web responses.
MIT License
96 stars 4 forks source link

A dirty dirty alternative to fixture sets #4

Open hsanjuan opened 11 years ago

hsanjuan commented 11 years ago

Let's say you just need to plug ephemeral_response in your current test set and you can assume monkey patching and a usage global variable, have a look to,

https://gist.github.com/hsanjuan/5966414

As I say dirty and probably over complicated, but it might come handy.

leshill commented 11 years ago

Hi @hsanjuan,

Interesting approach!