@Test
  public void testname() {

    repository.save(albums);
    assertSinglePursuitAlbum(repository.findOne(album.title.eq("The Pursuit")));
  }