ruby-libvirt-ext/test/test_libvirt-ext.rb

8 lines
226 B
Ruby

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