Re: [rspec-users] Problems testing rss feed controller.

2008-02-07 Thread Rick DeNatale
On 2/7/08, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Feb 7, 2008 2:27 PM, Rick DeNatale <[EMAIL PROTECTED]> wrote: > > I've got a controller which produces an RSS feed, pretty much based on > > Ryan Bates recent RailsCast. > > > > I'm having a heck of a time getting the spec to successfully f

Re: [rspec-users] Problems testing rss feed controller.

2008-02-07 Thread David Chelimsky
On Feb 7, 2008 2:27 PM, Rick DeNatale <[EMAIL PROTECTED]> wrote: > I've got a controller which produces an RSS feed, pretty much based on > Ryan Bates recent RailsCast. > > I'm having a heck of a time getting the spec to successfully fetch the > feed though. I gave up got it working without a spec

[rspec-users] Problems testing rss feed controller.

2008-02-07 Thread Rick DeNatale
I've got a controller which produces an RSS feed, pretty much based on Ryan Bates recent RailsCast. I'm having a heck of a time getting the spec to successfully fetch the feed though. I gave up got it working without a spec, and I'm now trying to back up and get the spec to work. The controller