Sha256: 44bc29257a13908a9ffe347e3f59689b15361625be6cfb8d159c1963ffb5a005

Contents?: true

Size: 451 Bytes

Versions: 9

Compression:

Stored size: 451 Bytes

Contents

# frozen_string_literal: true

# 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

9 entries across 9 versions & 1 rubygems

Version Path
ggem-1.10.6 test/helper.rb
ggem-1.10.5 test/helper.rb
ggem-1.10.4 test/helper.rb
ggem-1.10.3 test/helper.rb
ggem-1.10.2 test/helper.rb
ggem-1.10.1 test/helper.rb
ggem-1.10.0 test/helper.rb
ggem-1.9.5 test/helper.rb
ggem-1.9.4 test/helper.rb