Sha256: 52012f7993652fe7f80748485a806e829a4fcf83c252d508ff3c32dc69512f02
Contents?: true
Size: 344 Bytes
Versions: 11
Compression:
Stored size: 344 Bytes
Contents
require File.expand_path('../test_helper', __FILE__) class UglifyTest < UnitTest class App < Main assets do js_compression :uglify, :mangle => true js :main, '/main.js', [ '/js/ugly.js' ] end end def app App end test "build" do get '/main.js' assert !body.include?("noodle") end end
Version data entries
11 entries across 11 versions & 1 rubygems