@Test
  public void should_create_given_directory() throws Exception {

    visitor.preVisitDirectory(source.toPath().resolve("widgets"), null);

    assertThat(exists(destination.toPath().resolve("widgets"))).isTrue();
  }