test/non_existent_test.rb in sinatra-assetpack-0.2.2 vs test/non_existent_test.rb in sinatra-assetpack-0.2.3

- old
+ new

@@ -1,10 +1,8 @@ require File.expand_path('../test_helper', __FILE__) class NonExistentTest < UnitTest - class App < UnitTest::App - register Sinatra::AssetPack - + class App < Main assets do |a| a.js :script, '/script.min.js', [ '/js/h*.js', '/js/combine.js' ]