以下のコードで、メソッドが1回だけ呼び出されることを検証するにはどうすればよいですか? ```ruby expect(email_service).to receive(:send_welcome_mail).with('test@example.com') ```