Sha256: 97bb155cb85ce408877c7cc1430c7f51a170c3f22573a77ff3e03dedbb6ef393
Contents?: true
Size: 269 Bytes
Versions: 3
Compression:
Stored size: 269 Bytes
Contents
require 'test_helper' class TestColorer < MiniTest::Unit::TestCase def test_that_it_colors_hashes assert_equal Pizzazz.ify({foo: 'bar'}), %Q{{\n <span class="string">"foo"</span>: <span class="string">"bar"</span>\n}} end # These need to be expanded end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pizzazz-0.1.2 | test/units/colorer_test.rb |
pizzazz-0.1.1 | test/units/colorer_test.rb |
pizzazz-0.1.0 | test/units/colorer_test.rb |