vagrant/test/hobo/virtual_box_test.rb

8 lines
212 B
Ruby
Raw Normal View History

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
VirtualBox.stubs(:command)
2010-01-22 07:52:10 +00:00
end
end