You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on asasine/spongebob#37, I was trying to update my tests to integration tests and use assert_cmd::cargo::CommandCargoExt::cargo_bin instead of assert_cmd::Command::cargo_bin however I use the write_stdin API. Is there an equivalent extension method or recommended pattern I should use to replace that type?
Based on asasine/spongebob#37, I was trying to update my tests to integration tests and use
assert_cmd::cargo::CommandCargoExt::cargo_bininstead ofassert_cmd::Command::cargo_binhowever I use thewrite_stdinAPI. Is there an equivalent extension method or recommended pattern I should use to replace that type?