Rails 2.3.9アプリケーションでキュウリと一緒にカピバラを使用しています。
これが私のhtmlコードです
<a href="http://twitter.com/dorelal" target="_blank" title="twitter">
<img alt="twitter" src="/images/social/twitter.png?1284129939" />
</a>
以下の項目を確認したい
image should be ending with twitter.png
image alt should be "twitter"
link should have href "http://twitter.com/dorelal"
link should have target "_blank"
link should have title "twitter"