<div>describe &quot;should_not == vs. should !=&quot;</div><div>&nbsp;&nbsp;it do<br></div><div>&nbsp;&nbsp; &nbsp;5.should_not == 6</div><div>&nbsp;&nbsp;end&nbsp;# passes</div><div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp;it do</div><div>&nbsp;&nbsp; &nbsp;5.should != 6
</div><div>&nbsp;&nbsp;end&nbsp;# fails</div><div>end</div><div><br class="webkit-block-placeholder"></div><div># I&#39;m running the rspec 1.1.2 gem with the corresponding Textmate bundle</div><div># The second failure surprises me.</div>
<div># Is != not supported?</div><div># I&#39;d like to hear what you all think.</div>