I have a helper method that does a "render :partial".  The method works fine
within the app (Rails 2.3.2).  In rspec (1.2.6) I get an error ("Missing
template /comments/_comment.erb in view path"
It seems that rspec when running helper tests doesn't set the view_path so
rails doens't know where to look for the templates.  Is there a way to run
helper specs with the same setup as controller specs?

Charlie
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to