Sha256: 44831591d11b0fddbc566f0d204a7209b991857b44c58d73e989d608e1b8fb92

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 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
$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))

# require pry for debugging (`binding.pry`)
require "pry"

require "test/support/factory"

ENV["DASSETS_TEST_MODE"] = "yes"

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
dassets-erubi-0.1.1 test/helper.rb
dassets-erb-0.3.1 test/helper.rb