On 7/2/07, David Leal <[EMAIL PROTECTED]> wrote: > Hi David, thanks for your reply. > > Regarding the last topic below, there's something about which I'm not quite > clear: > > The catchall method that I'm trying to test works by getting a path from the > request object passed to it (during testing it's a TestRequest object). If I > understand correctly, there is no way to test this method without writing an > integration test. But shouldn't the request object honor the path I've set > instead of resetting it?
I've never tried to do what you're doing so I can't answer from experience. What I can tell you is that the TestRequest object is part of Rails, not rspec, so you might have some good luck on the rails forums and mailing lists. > > > On 7/2/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > > If I try to specify the path using > > > > > > request.path = '/something/somewhere' > > > get 'my_action_name' > > > > > > the path comes out as '/'. > > > > This is all stuff related to Integration Testing, which I'm guessing > > is what you read about. > > > > > Can anyone instruct me on how to do this correctly? > > > > I think this should be answered by now. Write back if you still don't > > understand. > > > > -- > David Leal > 969 572 510 > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users