Sha256: 99decb89c702c0a1d6b44eafab0566e2e36332e0290ca1ccf19c233c6a80d55e

Contents?: true

Size: 561 Bytes

Versions: 13

Compression:

Stored size: 561 Bytes

Contents

# ruby-debug, not necessary, but useful if we have it
begin
  require 'ruby-debug'
rescue LoadError; end

require 'contest'
require 'mocha'
require 'virtualbox'

# Data
class Test::Unit::TestCase
end

# Initialize the FFI stuff. This is typically done dynamically when
# FFI is initialized (on non-windows machines). Since the tests test
# the FFI classes, we force initialize a specific version here. It
# doesn't matter what version, since no actual FFI calls are made.
VirtualBox::COM::FFI.setup("3.2.x") unless defined?(VirtualBox::COM::FFI::Version_3_2_X)

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
virtualbox-0.8.6 test/test_helper.rb
virtualbox-0.8.5 test/test_helper.rb
virtualbox-0.8.4 test/test_helper.rb
velir_virtualbox-0.8.4 test/test_helper.rb
virtualbox-0.8.3 test/test_helper.rb
virtualbox-0.8.2 test/test_helper.rb
virtualbox-0.8.1 test/test_helper.rb
virtualbox-0.8.0 test/test_helper.rb
virtualbox-0.7.9 test/test_helper.rb
virtualbox-0.7.8 test/test_helper.rb
virtualbox-0.7.7 test/test_helper.rb
virtualbox-0.7.6 test/test_helper.rb
bbrowning-virtualbox-0.7.6.dev test/test_helper.rb