I got bitten by this as well. I think it should be mentioned in the release notes.

Kent.

On 3/31/06, Rick Olson < [EMAIL PROTECTED]> wrote:
> Setup of course creates a new controller, request, etc... Has something
> changed in the upgrade to 1.1 that would effect multiple process calls
> in a controller test?
>
> --
> John Long
> http://wiseheartdesign.com

New controller instances are created on each request anyway.  I try
not to do multiple controller requests in a single test case for this
reason.  Anything requiring multiple requests can go into integration
tests.

--
Rick Olson
http://techno-weenie.net
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core



--
Kent
---
http://www.datanoise.com
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to