Sha256: 95cc1fec596549fb438157d6ea53a14b36910c918e96964ae172ce5668fa0179
Contents?: true
Size: 493 Bytes
Versions: 10
Compression:
Stored size: 493 Bytes
Contents
# frozen_string_literal: true # Set environment variable to set a security token that will be sent for a user # ENV['admin_token'] = 'test' # Add users to LeapSalesforce context. First user is the default module LeapSalesforce Users.add User.new :admin, 'samuel.garratt@brave-otter-ttxype.com' Users.add User.new :not_there, 'not.there@brave-otter-ttxype.com' Users.add User.new :cet, 'test.cet@brave-otter-ttxype.com' end ENV['SF_USERNAME'] = 'samuel.garratt@brave-otter-ttxype.com'
Version data entries
10 entries across 10 versions & 1 rubygems