add the inverse is_not has_installed_exe assertion

This commit is contained in:
Dale Wijnand 2018-04-10 15:13:26 +01:00
parent e201a8949c
commit 3ba58ae987
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF

View File

@ -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]