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

Re: [rspec-users] can't access route variables

2011-07-03 Thread Mike Mazur
Hi, On Sun, Jul 3, 2011 at 09:53, John Hinnegan wrote: > I'm testing methods in my ApplicationController using anonymous controller > class (not sure if that's relevant).  I've somehow broken something such > that I do not have access to the routing variables that rails generates. > > So rather t