verify(resource.repo).persist(captor.capture());
PhotoSpot spot = captor.getValue();
assertThat(spot.getName(), is("Aegna island"));
assertThat(spot.getDescription(), is("WWI defence structures"));
assertThat(spot.getLocation(), is(new Location(59.583771f, 24.749720f)));
}