mirror of
https://github.com/vidarh/ruby-x11
synced 2025-02-07 20:45:54 +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
|