8 lines
141 B
Ruby
8 lines
141 B
Ruby
require 'helper'
|
|
|
|
class TestLibvirtExt < Test::Unit::TestCase
|
|
should 'exist' do
|
|
assert TestLibvirtExt, "No, lib does not exist."
|
|
end
|
|
end
|