We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de45c6f commit 160b7f1Copy full SHA for 160b7f1
tests/testsuite/new.rs
@@ -236,6 +236,9 @@ fn git_prefers_command_line() {
236
237
cargo_process("new foo --vcs git").run();
238
assert!(paths::root().join("foo/.gitignore").exists());
239
+ assert!(!fs::read_to_string(paths::root().join("foo/Cargo.toml"))
240
+ .unwrap()
241
+ .contains("authors ="));
242
}
243
244
#[cargo_test]
0 commit comments