ruby-x11/test/test_X11.rb
2011-08-03 23:05:45 -07:00

7 lines
219 B
Ruby

require 'helper'
class TestX11 < 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