envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Memory event store saves correlation_id #160

Closed orien closed 7 years ago

orien commented 7 years ago

Context

Back in #125 @stevehodgkiss added the correlation_id to the Event class.

Change

Now we expect all event stores should persist and load this event attribute so the shared RSpec examples have been updated to specify this. The memory Event Store is updated to comply.