エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください
Twitterで共有ONにすると、次回以降このダイアログを飛ばしてTwitterに遷移します
Summary: 1468 conversions from: obj.should to: expect(obj).to 201 conversions from: obj.stub(:mes... Summary: 1468 conversions from: obj.should to: expect(obj).to 201 conversions from: obj.stub(:message) to: allow(obj).to receive(:message) 81 conversions from: obj.should_not to: expect(obj).not_to 54 conversions from: collection.should have(n).it ems to: expect(collection.size).to eq(n) 51 conversions from: obj.should_receive(:message) to: expect(obj).to receive(:message) 49 conversions from: == e