Sha256: 094b6e3907b10d38fc4120222b476cbf59443e04c56c9a0bcd5436ef2cec5ff9
Contents?: true
Size: 291 Bytes
Versions: 16
Compression:
Stored size: 291 Bytes
Contents
require 'test_helper' class SassMinifierTest < ActiveSupport::TestCase test 'simple example' do file 'test.css', <<~JS * { background: #FFFFFF; } JS assert_exported_file 'test.css', 'text/css', <<~CSS *{background:#FFFFFF} CSS end end
Version data entries
16 entries across 16 versions & 1 rubygems