Sha256: 0ae7c281fead226b51d23665ce36e146ee83410c97ce33a5d02c12334982eef0

Contents?: true

Size: 345 Bytes

Versions: 1

Compression:

Stored size: 345 Bytes

Contents

# require the ShopifyMock library
require File.expand_path("../../lib/shopify-mock", __FILE__)

require 'shopify_api'

# 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

1 entries across 1 versions & 1 rubygems

Version Path
shopify-mock-new-0.1 spec/spec_helper.rb