Re: [rspec-users] MockExpectationError with restful-authentication

2009-01-02 Thread Mark A. Richman
Thanks! That seems to have knocked out all but 4 errors. I'll keep banging away...this is fun! :) Best, Mark On Fri, Jan 2, 2009 at 5:00 AM, David Chelimsky wrote: > On Thu, Jan 1, 2009 at 1:40 PM, Mark A. Richman > wrote: > > Thanks that helped! Now I'm getting these errors...any ideas? Looks

Re: [rspec-users] MockExpectationError with restful-authentication

2009-01-02 Thread David Chelimsky
On Thu, Jan 1, 2009 at 1:40 PM, Mark A. Richman wrote: > Thanks that helped! Now I'm getting these errors...any ideas? Looks like > something cookie related? > > http://pastie.org/350148 Only the first 2 look cookie related to me. The rest seem like typos - either things that you changed after ge

Re: [rspec-users] MockExpectationError with restful-authentication

2009-01-01 Thread Mark A. Richman
Thanks that helped! Now I'm getting these errors...any ideas? Looks like something cookie related? http://pastie.org/350148 On Wed, Dec 31, 2008 at 2:43 PM, Pat Maddox wrote: > You didn't tell your mock object about the enabled? method. You need > to stub it out (prob set it to true) > > Pat >

Re: [rspec-users] MockExpectationError with restful-authentication

2008-12-31 Thread Pat Maddox
You didn't tell your mock object about the enabled? method. You need to stub it out (prob set it to true) Pat On 12/31/08, Mark A. Richman wrote: > Hi there...this is my first time using rspec and rspec-rails. When I run > `rake spec`, I get this type of error over and over...what does it mean,