Re: [rspec-users] helper spec not finding rails core helpers

2007-07-31 Thread Jonathan Linowes
I'm having trouble logging into RubyForge (might be my firewall, both firefox and safari are not taking its cookie). I wanted to add this comment to http://rubyforge.org/tracker/index.php? func=detail&aid=12714&group_id=797&atid=3149 The pagination helper has been removed from ra

Re: [rspec-users] helper spec not finding rails core helpers

2007-07-31 Thread Jonathan Linowes
Thanks. I didnt know it was a bug. I thought I was doing something wrong. :) linoj On Jul 31, 2007, at 6:20 AM, David Chelimsky wrote: > On 7/31/07, David Chelimsky <[EMAIL PROTECTED]> wrote: >> On 7/30/07, linojon <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> My helper specs were going ok until I

Re: [rspec-users] helper spec not finding rails core helpers

2007-07-31 Thread David Chelimsky
On 7/31/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > On 7/30/07, linojon <[EMAIL PROTECTED]> wrote: > > Hi, > > > > My helper specs were going ok until I added a call to a rails > > DateHelper method in one of my helpers > > http://api.rubyonrails.com/classes/ActionView/Helpers/ > > DateHelper.

Re: [rspec-users] helper spec not finding rails core helpers

2007-07-31 Thread David Chelimsky
On 7/30/07, linojon <[EMAIL PROTECTED]> wrote: > Hi, > > My helper specs were going ok until I added a call to a rails > DateHelper method in one of my helpers > http://api.rubyonrails.com/classes/ActionView/Helpers/ > DateHelper.html#M000574 > > The helper runs fine from my view templates, just di

[rspec-users] helper spec not finding rails core helpers

2007-07-30 Thread linojon
Hi, My helper specs were going ok until I added a call to a rails DateHelper method in one of my helpers http://api.rubyonrails.com/classes/ActionView/Helpers/ DateHelper.html#M000574 The helper runs fine from my view templates, just dies in the spec test. I boiled my question down to a simpl