Function cargo_test_support::install::assert_has_installed_exe
source · pub fn assert_has_installed_exe<P: AsRef<Path>>(path: P, name: &'static str)
Expand description
Used by cargo install
tests to assert an executable binary
has been installed. Example usage:
assert_has_installed_exe(cargo_home(), "foo");