@Test
  public void singleHome() {
    HomeOwnership owner = homeRepo.findOne(1);

    assertEquals("HomeOwnership id", 1, owner.getId());
  }