Sha256: cf91b2df2b0f18ea60b3c9078d6d0de5733b907990024222b0af0c5ad99db4ad
Contents?: true
Size: 416 Bytes
Versions: 4
Compression:
Stored size: 416 Bytes
Contents
# this file is automatically required when you run `assert` # put any test helpers here # add the root dir to the load path require "pathname" ROOT_PATH = Pathname.new(File.expand_path("../..", __FILE__)) $LOAD_PATH.unshift(ROOT_PATH.to_s) TMP_PATH = ROOT_PATH.join("tmp") TEST_SUPPORT_PATH = ROOT_PATH.join("test/support") # require pry for debugging (`binding.pry`) require "pry" require "test/support/factory"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ggem-1.9.3 | test/helper.rb |
ggem-1.9.2 | test/helper.rb |
ggem-1.9.1 | test/helper.rb |
ggem-1.9.0 | test/helper.rb |