plugin(files, metalsmithFixture(), error => {
            t.falsy(error);
            t.true(
                files.output.contents.equals(Buffer.from('anotherdir\n\nroot\n\n'))
            );