Ty fred, your solution worked , i just didnt notice that it should derive from action controller ( i copied heading from unit test )
On 25 Mar, 19:08, Frederick Cheung <[email protected]> wrote: > On 25 Mar 2009, at 16:37, Pietia wrote: > > > > > Hi > > > I have upgraded to 2.3.2 and changed updated everything inside > > myproject : > > > This is my functional TEST : > > > require 'test_helper' > > > class Admin::ProjectsControllerTest < ActiveSupport::TestCase > > You should have changed that to ActionController::TestCase. > > Fred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

