[rspec-users] Rspec fails
David Chelimsky
dchelimsky at gmail.com
Tue Feb 10 14:52:47 EST 2009
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.
More information about the rspec-users
mailing list