Geo - Refactor the create method from the event stores
The Geo::RepositoryUpdatedEventStore#create method doesn't have a ! on the end of it. It should, since its behaviour is to raise an exception if the save fails.
This is true for all the event stores, I think.
/cc @nick.thomas
Edited by Nick Thomas