<div>describe "should_not == vs. should !="</div><div> it do<br></div><div> 5.should_not == 6</div><div> end # passes</div><div><br class="webkit-block-placeholder"></div><div> it do</div><div> 5.should != 6
</div><div> end # fails</div><div>end</div><div><br class="webkit-block-placeholder"></div><div># I'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'd like to hear what you all think.</div>