Hi there,

in my main view i have a link to the root_path, which converts to

    {:controller => "home", :action => :index}

In every spec i run, i get the error:

    No route matches {:controller=>"home"}

While if i run the application in development, everything renders
without any problem and is clickable correctly.

Does anybody have any clues as to what i did wrong?

I should add that the rails application is in the process of being
migrated from rails 2.3.11 to rails 3.
I must have overlooked something, but i can't see what.

Does anybody have any tips?

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

Reply via email to