@Test
  public void addANodeAndSampleableGoesUp() {
    createARelationship(db);

    assertThat(sampleable.getValue(), is(1d));
  }
 @Test
 public void emptyDbHasZeroRelationships() {
   assertThat(sampleable.getValue(), is(0d));
 }