Sha256: 9db34b469dae04a45970ba8591a3194178acaf2a795a4576b82b13dc946fb903
Contents?: true
Size: 322 Bytes
Versions: 6
Compression:
Stored size: 322 Bytes
Contents
# require the ShopifyMock library require File.expand_path("../../lib/shopify-mock", __FILE__) # load support files Dir[File.expand_path("../support/**/*.rb", __FILE__)].each {|f| load f} # enable ShopifyMock and disable real-world Internet access ShopifyAPI::Mock.enabled = true ShopifyAPI::Mock.allow_internet = false
Version data entries
6 entries across 6 versions & 1 rubygems