test/helper.rb in dassets-0.1.0 vs test/helper.rb in dassets-0.2.0
- old
+ new
@@ -5,8 +5,9 @@
$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))
# require pry for debugging (`binding.pry`)
require 'pry'
-ENV['DASSETS_TEST_MODE'] = 'yes'
-ENV['DASSETS_CONFIG_FILE'] = 'test/support/config/assets'
-require ENV['DASSETS_CONFIG_FILE']
+ENV['DASSETS_TEST_MODE'] = 'yes'
+ENV['DASSETS_ASSETS_FILE'] = 'test/support/config/assets'
+require 'dassets'
+Dassets.init