Rspec 0.8.2 Upgrade
今までのも使えるけど、非推奨になるらしい。
before:
target.should_x expected target.should_not_x expected
after:
target.should x(true) target.should_not x(expected)
新しい書式は何が良いか
古い形式は0.9で使えなくなるが、新しい形式への変換ツールが用意される予定。