@Test
  public void be_named() throws Exception {
    Book book = aCookingBook().build();

    assertThat(book.name(), is("book name"));
  }