require 'test_helper' class TestColorer < Pizzazz::TestCase def test_that_it_colors_hashes assert_equal Pizzazz.ify({:foo => 'bar'}), %Q{{\n "foo": "bar"\n}} end # TODO: These need to be expanded end