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

8 lines
141 B
Ruby
Raw Permalink Normal View History

2013-03-16 15:32:03 +01:00
require 'helper'
class TestLibvirtExt < Test::Unit::TestCase
2013-03-16 16:02:15 +01:00
should 'exist' do
assert TestLibvirtExt, "No, lib does not exist."
end
2013-03-16 15:32:03 +01:00
end