Re: [rspec-users] Caching in Rails by Default

2011-07-03 Thread David Chelimsky
On Jul 3, 2011, at 1:08 AM, John Hinnegan wrote: > So, maybe I need to go to the rails list with this, but I hit my error while > testing so I figured I'd ask here first. > > Basically, Rails.cache.fetch is being persisted by default in my rails > project between rspec runs. I've illustrated w

[rspec-users] Caching in Rails by Default

2011-07-02 Thread John Hinnegan
So, maybe I need to go to the rails list with this, but I hit my error while testing so I figured I'd ask here first. Basically, Rails.cache.fetch is being persisted by default in my rails project between rspec runs. I've illustrated what I'm observing here: https://github.com/softwaregravy/rspe