Skip to content

Commit 160b7f1

Browse files
lf-ehuss
authored andcommitted
Test the generated manifest does not contain authors =
1 parent de45c6f commit 160b7f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testsuite/new.rs

+3
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ fn git_prefers_command_line() {
236236

237237
cargo_process("new foo --vcs git").run();
238238
assert!(paths::root().join("foo/.gitignore").exists());
239+
assert!(!fs::read_to_string(paths::root().join("foo/Cargo.toml"))
240+
.unwrap()
241+
.contains("authors ="));
239242
}
240243

241244
#[cargo_test]

0 commit comments

Comments
 (0)