Sha256: 0a73c32cfe7ac8a4bc6a95a56d2710427405524f4410df01ce52f7d83f0703af
Contents?: true
Size: 379 Bytes
Versions: 2
Compression:
Stored size: 379 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' ENV['DASSETS_TEST_MODE'] = 'yes' require 'test/support/factory' class Assert::Context setup{ @factory = Dassets::Sass::Factory } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dassets-sass-0.3.0 | test/helper.rb |
dassets-sass-0.2.0 | test/helper.rb |