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 ではmock_obj.should_receive(:method).with(anything)...、'anything' が任意の変数である場合に実行できます。
mock_obj.should_receive(:method).with(anything)...
Minitestでこれを行うことはできますか?