Hi,<br><br>I'm very new to rspec so please be patient with me. <br><br>I've tried to take some of my tests out of the controller specs to check for things that are rendered. <br><br>This has not worked so well, since my views have the controller method
<br><br>current_user<br><br>in quite a few places. <br><br>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?
<br><br>Cheers<br>Daniel<br>