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