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.3.5 test/simplecss_test.rb
sinatra-assetpack-0.3.3 test/simplecss_test.rb
sinatra-assetpack-0.3.2 test/simplecss_test.rb
sinatra-assetpack-0.3.1 test/simplecss_test.rb
sinatra-assetpack-0.3.0 test/simplecss_test.rb
sinatra-assetpack-0.2.8 test/simplecss_test.rb
sinatra-assetpack-0.2.7 test/simplecss_test.rb
sinatra-assetpack-0.2.6 test/simplecss_test.rb
sinatra-assetpack-0.2.5 test/simplecss_test.rb
sinatra-assetpack-0.2.4 test/simplecss_test.rb
sinatra-assetpack-0.2.3 test/simplecss_test.rb
sinatra-assetpack-0.2.2 test/simplecss_test.rb
sinatra-assetpack-0.2.1 test/simplecss_test.rb
sinatra-assetpack-0.2.0 test/simplecss_test.rb
sinatra-assetpack-0.1.7 test/simplecss_test.rb
sundawg-sinatra-assetpack-fork-0.1.6 test/simplecss_test.rb
sinatra-assetpack-0.1.6 test/simplecss_test.rb
sinatra-assetpack-0.1.5 test/simplecss_test.rb
sinatra-assetpack-0.1.4 test/simplecss_test.rb
sinatra-assetpack-0.1.3 test/simplecss_test.rb