Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
古いバージョンの rspec に慣れていないため、rspec 1.3.2 を使用する必要があります。
古いものでは動作しない最新の rspec (~> 2.11) 用に構築された構造があります。
MyClass.any_instance.should_receive(:my_method).with do |id, email, row| ... row.should be ... end
古いrspecバージョンの同等の構造は何ですか?