mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
add the inverse is_not has_installed_exe
assertion
This commit is contained in:
parent
e201a8949c
commit
3ba58ae987
@ -1050,6 +1050,7 @@ fn installs_from_cwd_with_2018_warnings() {
|
||||
or use --path or --git to specify alternate source\
|
||||
"),
|
||||
);
|
||||
assert_that(cargo_home(), is_not(has_installed_exe("foo")));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user