Displaying 1 result from an estimated 1 matches for "look_to_hello".
2007 Apr 13
4
mock out render call in helper
Hello,
Does someone know where I can hook in to mock out a render call from
a helper in Rails? I know I can do this in view specs with the
following
@controller.template.stub!(:render)
but template doesn''t seem to be attached to @controller in a helper
context. Thanks.
-Chris