Sha256: 04b833e717a97a267ec6c8e7835c98858be65c726ccbbd2a7e875b0225a026ec

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'marketingcloudsdk'

RSpec.configure do |config|
  config.mock_with :rspec

  # Use color in STDOUT
  config.color_enabled = true

  # Use the specified formatter
  config.formatter = :documentation
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
marketingcloudsdk-1.0.0 spec/spec_helper.rb