2010-01-22 07:52:10 +00:00
|
|
|
require File.join(File.dirname(__FILE__), '..', 'test_helper')
|
|
|
|
|
|
|
|
class VirtualBoxTest < Test::Unit::TestCase
|
|
|
|
setup do
|
|
|
|
# Stub out command so nothing actually happens
|
2010-01-22 07:57:31 +00:00
|
|
|
VirtualBox.stubs(:command)
|
2010-01-22 07:52:10 +00:00
|
|
|
end
|
|
|
|
end
|