On May 31, 2010, at 7:41 AM, Joseph DelCioppio wrote:

> Guys,
> 
> I've got an RSpec test that for the life of me I can't get to work.  I
> was hoping somebody could take a quick peek and let me know if they
> see something wrong here:
> 
> Here is my code:  http://gist.github.com/419793
> 
> Can anybody help me out here, I don't understand what RSpec is trying
> to tell me.

Line 14 stubs with(@user.id.to_s), but line 20 passes @user.id. Try using the 
same in both cases.

HTH,
David
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to