Hi,<br><br>Just trying to spec out my helpers and so far its been working well enough.<br><br>I now have a helper as follows<br><br>FooHelper<br> def a<br> b<br> end<br><br> def b<br> end<br>end<br><br>But for some reason, probably something really simple, I cant work out how to spec that a calls b.
<br><br>Ive looked at all the variables that get set up and tried playing with them, but no luck.<br><br>Maybe someone can shed some light on this for me.<br><br>Apologies in advance if this is really simple and I am just missing it completely.
<br><br>Regards,<br><br>Dylan.<br>