Merge pull request #412 from mstallmo/typo-fix

Fix typo in test function name for copying the README
master
Nick Fitzgerald 7 years ago committed by GitHub
commit d689c50408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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");

Loading…
Cancel
Save