Thanks for your answers, David. I'll investigate. It's still a bit hard for
me to understand where are the boundaries between rails tests and rspec.

Cheers,

David

On 7/2/07, David Chelimsky <[EMAIL PROTECTED]> wrote:

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.

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to