soml-parser/test/test_crystal-reader.rb
2014-06-04 19:31:25 +03:00

8 lines
229 B
Ruby

require 'helper'
class TestCrystalReader < Test::Unit::TestCase
should "probably rename this file and start testing for real" do
flunk "hey buddy, you should probably rename this file and start testing for real"
end
end