Rykian / clockwork

A scheduler process to replace cron.
MIT License
544 stars 66 forks source link

Add "require 'ostruct'" in "event_store_test" #68

Closed jordan-brough closed 2 years ago

jordan-brough commented 3 years ago

I get the following error without this:

$ bundle exec rake

...

Clockwork::DatabaseEvents::EventStore::#register#test_0001_adds the event to the event group:
NameError: uninitialized constant OpenStruct
    /Users/jordan/repos/clockwork/test/database_events/event_store_test.rb:15:in `block (3 levels) in <top (required)>'

I'm not sure why Travis CI doesn't seem to be exhibiting the same error.