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

Abstract spec factories and doubles from WMR into the gem #94

Closed jpowell closed 6 years ago

jpowell commented 6 years ago

ContentfulFactory is used a bunch in WMR and should be moved to a place in the gem where we can do something to the affect of require 'wcc-contentful/spec/factories'... this might include ContentfulDouble as well.