Sha256: 7090516b732a0470dd70e9820fe29d7fe0ba93b817772d110ac25e5448068a6e

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 Bytes

Contents

require 'test_helper'

class TestColorer < Pizzazz::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

  # TODO: These need to be expanded
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pizzazz-0.1.3 test/units/colorer_test.rb