Re: [rspec-users] description method and test failures

2008-05-14 Thread EAW
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

Re: [rspec-users] description method and test failures

2008-05-14 Thread John D. Hume
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

Re: [rspec-users] description method and test failures

2008-05-14 Thread David Chelimsky
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

[rspec-users] description method and test failures

2008-05-13 Thread EAW
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 message like so: *snip*/vendor/plugins/rspec/lib/spec/runner/repo