Sha256: 185d9783aa71508000d11594fc867f9e7eb068963a04b933608d872e88a4a3b3
Contents?: true
Size: 253 Bytes
Versions: 5
Compression:
Stored size: 253 Bytes
Contents
Given(/^I've added my credentials$/) do ShipCompliant.configure do |c| c.partner_key = ENV.fetch('SHIP_COMPLIANT_KEY') c.username = ENV.fetch('SHIP_COMPLIANT_USER') c.password = ENV.fetch('SHIP_COMPLIANT_PASS') c.log = false end end
Version data entries
5 entries across 5 versions & 1 rubygems