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 0003072 commit b9c6b32Copy full SHA for b9c6b32
tests/cli/init.rs
@@ -12,7 +12,7 @@ fn base_mdbook_init_can_skip_confirmation_prompts() {
12
assert!(!temp.path().join("book").exists());
13
14
let mut cmd = mdbook_cmd();
15
- cmd.args(&["init", "--force"]).current_dir(temp.path());
+ cmd.args(["init", "--force"]).current_dir(temp.path());
16
cmd.assert()
17
.success()
18
.stdout(predicates::str::contains("\nAll done, no errors...\n"));
0 commit comments