envato / event_sourcery

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

Fixing the no method error iso8601 need the time package #141

Closed joesustaric closed 7 years ago

joesustaric commented 7 years ago

My specs were failing because of a NoMethodError: undefined methodiso8601'` in a bunch of specs. Just needed to add the time package in the specs.