Initial commit to libvirt-ext.

This commit is contained in:
Denis Knauf 2013-03-16 15:32:03 +01:00
commit 328a804dda
9 changed files with 179 additions and 0 deletions

7
test/test_libvirt-ext.rb Normal file
View file

@ -0,0 +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
end