From: Patrick Hurley Date: 2007-06-03T05:00:00+09:00 Subject: Re: [QUIZ] FizzBuzz (#126) I know at an interview I would start with (well not exactly, but this makes checking golf results easier)... pth require "test/unit" class TestFizzbuzz < Test::Unit::TestCase def test_output assert_equal(CORRECT,`ruby fizzbuzz.rb`) end end CORRECT = <