I followed your advice, with one slight addition. Inside of my
describe block I included the ApplicationHelper manually, so that I
could call the methods in it. Everything is working fine now.
Thanks for your help.
e.
On May 14, 2008, at 6:44 AM, David Chelimsky wrote:
On Wed, May 14, 2
On Wed, May 14, 2008 at 2:17 AM, EAW <[EMAIL PROTECTED]> wrote:
> It seems that this method is clashing with one of the methods in rspec. Is
> there a workaround for this situation? It's a pain to have to rename my
> method everytime I want to see a proper failure message from rspec.
Not to be
On Wed, May 14, 2008 at 1:17 AM, EAW <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Hoping you can help. I have a project using rspec 1.1.3 and rails 2.0.2.
> I've run into a small problem. Said project has a method in
> application_helper.rb named "description". Whenever a spec test fails, I
> see a