Hi,

I'm very new to rspec so please be patient with me.

I've tried to take some of my tests out of the controller specs to check for
things that are rendered.

This has not worked so well, since my views have the controller method

current_user

in quite a few places.

Is there any way that I can define this so that my views will be executed?
Will this same thing occur for all helper methods that are definied in the
controller?

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

Reply via email to