Sha256: b7e742735e8cd4fafc5fdcc181904da852e1d6428285b1825c23af108fb912e9

Contents?: true

Size: 250 Bytes

Versions: 12

Compression:

Stored size: 250 Bytes

Contents

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

class RedundantTest < UnitTest
  Main.get("/helpers/css/redundant") { css :redundant }

  test "redundant" do
    get '/helpers/css/redundant'
    assert body.scan(/screen/).count == 1
  end
end

Version data entries

12 entries across 12 versions & 3 rubygems

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