Sha256: e11a376a56eb875177af358a3503756cb57f3a1ada21a97bbc853b93c5bf3d2d

Contents?: true

Size: 460 Bytes

Versions: 4

Compression:

Stored size: 460 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 'pathname'
TEST_SUPPORT_PATH = Pathname.new(File.expand_path('../support', __FILE__))

ENV['DASSETS_TEST_MODE']   = 'yes'
ENV['DASSETS_ASSETS_FILE'] = 'test/support/config/assets'
require 'dassets'
Dassets.init

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dassets-0.7.0 test/helper.rb
dassets-0.6.2 test/helper.rb
dassets-0.6.1 test/helper.rb
dassets-0.6.0 test/helper.rb