Sha256: bd5d48bc3c13d5d8044fa1865ae7d1e5c850fb37823d2709dd00dfb26246032c

Contents?: true

Size: 372 Bytes

Versions: 32

Compression:

Stored size: 372 Bytes

Contents

require File.expand_path('../test_helper', __FILE__)

class SimplecssTest < UnitTest
  setup do
    app.assets.css_compression = :simple
  end

  teardown do
    app.assets.css_compression = :simple
  end

  test "build" do
    get '/css/js2.css'
    assert body.include? "op:solid 1px #ddd;padding-top:20px;margin-top:20px;font-size:1em;}#info code{background"
  end
end

Version data entries

32 entries across 32 versions & 3 rubygems

Version Path
sinatra-assetpack-0.1.2 test/simplecss_test.rb
sinatra-assetpack-0.1.1 test/simplecss_test.rb
sinatra-assetpack-0.1.0 test/simplecss_test.rb
sinatra-assetpack-flexible-compression-0.0.1 test/simplecss_test.rb
sundawg-sinatra-assetpack-fork-0.0.12.pre1 test/simplecss_test.rb
sinatra-assetpack-0.0.12.pre1 test/simplecss_test.rb
sinatra-assetpack-0.0.11 test/simplecss_test.rb
sinatra-assetpack-0.0.10 test/simplecss_test.rb
sinatra-assetpack-0.0.9 test/simplecss_test.rb
sinatra-assetpack-0.0.8 test/simplecss_test.rb
sinatra-assetpack-0.0.6 test/simplecss_test.rb
sinatra-assetpack-0.0.5 test/simplecss_test.rb