deps, license, lib.

This commit is contained in:
Denis Knauf 2013-03-16 16:02:15 +01:00
parent 5e04b9b756
commit 8dc7aa65e7
4 changed files with 71 additions and 16 deletions

View file

@ -1,7 +1,7 @@
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
should 'exist' do
assert TestLibvirtExt, "No, lib does not exist."
end
end