watermarkchurch / wcc-contentful

An alternative to Contentful's contentful.rb ruby client, contentful_model, and contentful_rails gems all in one.
MIT License
2 stars 1 forks source link

Pass arguments correctly to DelayedSyncJob in sync_later! #72

Closed chasestubblefield closed 6 years ago

chasestubblefield commented 6 years ago

In DelayedSyncJob#sync_later!, the String up_to_id is being passed to the job instead of a Hash.

Included a failing spec.