Sha256: 70dc2b9ecb551fab9fca684ea88ed95796fcbc7ab11a3b848fd9566b28c5dbd6

Contents?: true

Size: 279 Bytes

Versions: 8

Compression:

Stored size: 279 Bytes

Contents

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

class OptionsTest < UnitTest
  test "tilt mappings" do
    @formats = Sinatra::AssetPack.tilt_formats
    assert @formats['sass'] == 'css'
    assert @formats['scss'] == 'css'
    assert @formats['coffee'] == 'js'
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
sinatra-assetpack-0.1.0 test/tilt_test.rb
sinatra-assetpack-flexible-compression-0.0.1 test/tilt_test.rb
sundawg-sinatra-assetpack-fork-0.0.12.pre1 test/tilt_test.rb
sinatra-assetpack-0.0.12.pre1 test/tilt_test.rb
sinatra-assetpack-0.0.11 test/tilt_test.rb
sinatra-assetpack-0.0.10 test/tilt_test.rb
sinatra-assetpack-0.0.9 test/tilt_test.rb
sinatra-assetpack-0.0.8 test/tilt_test.rb