Sha256: a92e023f8b34bf6eef32f6a899f43422521cab4af3e5fa82ce3b247a548d096f
Contents?: true
Size: 393 Bytes
Versions: 10
Compression:
Stored size: 393 Bytes
Contents
# this file is automatically required when you run `assert` # put any test helpers here # add the root dir to the load path $LOAD_PATH.unshift(File.expand_path("../..", __FILE__)) require 'pry' # require pry for debugging (`binding.pry`) ENV['SANFORD_PROTOCOL_DEBUG'] = 'yes' require 'pathname' ROOT_PATH = Pathname.new(File.expand_path('../..', __FILE__)) require 'test/support/factory'
Version data entries
10 entries across 10 versions & 1 rubygems