Function cargo_test_support::install::assert_has_installed_exe
source · Expand description
Used by cargo install
tests to assert an executable binary
has been installed. Example usage:
assert_has_installed_exe(cargo_home(), "foo");