From 6426e23cbe906727c0e9096c37b0bb5639a3a500 Mon Sep 17 00:00:00 2001 From: Mason Stallmo Date: Sun, 14 Oct 2018 10:59:12 -0500 Subject: [PATCH] Fix typo in test function name for copying the README --- tests/all/readme.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all/readme.rs b/tests/all/readme.rs index 0bb2ded..af2fbcd 100644 --- a/tests/all/readme.rs +++ b/tests/all/readme.rs @@ -32,7 +32,7 @@ fn it_copies_a_readme_default_path() { } #[test] -fn it_creates_a_package_json_provided_path() { +fn it_copies_a_readme_provided_path() { let fixture = fixture::js_hello_world(); let out_dir = fixture.path.join("pkg"); fs::create_dir(&out_dir).expect("should create pkg directory OK");