<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm testing using the rspec mocking framework and rspec 1.0.5 and I'm getting the following strange error:
<div><br class="webkit-block-placeholder"></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color: rgb(255, 250, 216); "><font face="Monaco" size="3" color="#a6191a" style="font: 11.0px Monaco; color: #a6191a">#<Spec::Mocks::Mock:0x337f7c8> expected :set_defaults with (#<Service:0x19c4040 @name="Service_1023">, {"1"=>"1", "2"=>"2"}) but received it with (#<Service:0x19c4040 @name="Service_1023">, {"1"=>"1", "2"=>"2"})</font></div> </div><div><br class="webkit-block-placeholder"></div><div>Oddly, it looks like what its expecting and what its receiving are the same. Why would this fail?</div><div><br class="webkit-block-placeholder"></div><div>David</div></body></html>