On Sunday 20 June 2010, David Chelimsky wrote:
> On Jun 19, 2010, at 4:19 PM, Michael Schuerig wrote:
> > If not, what do I have to do to make the specs aware of helpers?
>
> helper(MyHelper, :my_helper, 'other_helper')
I see. Thanks, that works.
Michael
--
Michael Schuerig
mailto:mich...@sch
On Jun 19, 2010, at 4:19 PM, Michael Schuerig wrote:
>
> I'm in the process of moving an app from Rails 2.3.8 to 3. In the view
> spec I'm currently migrating, I get the error
>
> undefined method `link_to_xyz' for #
>
> That method is defined in one of my helpers that are loaded in by the
>
I'm in the process of moving an app from Rails 2.3.8 to 3. In the view
spec I'm currently migrating, I get the error
undefined method `link_to_xyz' for #
That method is defined in one of my helpers that are loaded in by the
app with helpers :all in the ApplicationController.
Is this intended