> 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

Reply via email to