mirror of
https://github.com/vidarh/ruby-x11
synced 2024-12-27 09:59:21 +01:00
8 lines
219 B
Ruby
8 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
|