module ViewSpecHelper def method_in_helper "
This is text from a method in the ViewSpecHelper
" end def method_in_template_with_partial "
method_in_template_with_partial in ViewSpecHelper
" end def method_in_partial "
method_in_partial in ViewSpecHelper
" end end