>From this code http://pastie.org/372777 I''m getting these errorshttp://pastie.org/372702 and it''s not making any sense... and it''s got me a little stuck. Some help pls?
On Tue, Jan 27, 2009 at 8:04 PM, melvin ram <melvin at volcanicmarketing.com> wrote:> >From this code http://pastie.org/372777 I''m getting these errors > http://pastie.org/372702 and it''s not making any sense... and it''s got > me a little stuck. > > Some help pls?To start with, the code uses rspec''s mock syntax, but the errors are coming from mocha, so it looks like you''ve got both frameworks intermingling. Which one are you trying to use? You can only use one since both invade Object.