envato / event_sourcery

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

Remove new_event spec helper methods #169

Closed twe4ked closed 7 years ago

twe4ked commented 7 years ago

Now we're using typed events, lets use them everywhere. Most of the values aren't needed so it's clearer if we simply pass in what we need.

twe4ked commented 7 years ago

I've rebased this PR to fix a merge conflict. Content is the same.