Re: [rspec-users] undefined method 'mock'

2009-08-24 Thread Jesterman81
Yeah, I'm an idiot. I was missing the whole 'it "should do something" do' line. Thanks for getting back so quick though! On Aug 23, 11:30 pm, David Chelimsky wrote: > On Sun, Aug 23, 2009 at 8:57 PM, Jesterman81 wrote: > > Greetings, > > > I am tr

[rspec-users] undefined method 'mock'

2009-08-23 Thread Jesterman81
Greetings, I am trying to use the mock method in rspec and it returns a undefined method 'mock' error. I am using this with the rspec book in chapter 6.3. Do I have to configure rspec someone. I have gem rspec 1.2.8 installed and using ruby 1.8. any help will be appreciated. thanks __