summaryrefslogtreecommitdiff
path: root/test/test_psych.rb
blob: 33a3cc02d7007d43d934823e1c5c6ef443068ccb (plain)
1
2
3
4
5
6
7
8
require "test/unit"
require "psych"

class TestPsych < Test::Unit::TestCase
  def test_sanity
    flunk "write tests or I will kneecap you"
  end
end