Sha256: a28f6930439e94f6ca3ee823dbb9da0d8cc6278a67f3f353faf74a1aa7a7b9f4
Contents?: true
Size: 367 Bytes
Versions: 12
Compression:
Stored size: 367 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 for debugging (`binding.pry`) require 'pry' require 'test/support/factory' require 'pathname' TEST_SUPPORT_PATH = Pathname.new(File.expand_path('../support', __FILE__))
Version data entries
12 entries across 12 versions & 2 rubygems