test/yui_test.rb in sinatra-assetpack-0.0.8 vs test/yui_test.rb in sinatra-assetpack-0.0.9
- old
+ new
@@ -1,9 +1,9 @@
require File.expand_path('../test_helper', __FILE__)
class YuiTest < UnitTest
setup do
- app.assets.reset_cache
+ app.set :reload_templates, true
app.assets.js_compression = :yui
app.assets.css_compression = :yui
end
teardown do