Sha256: f1c44303dff4602549fcf8563507cc7b1896897abcfc5674d4638751d66a291e
Contents?: true
Size: 792 Bytes
Versions: 4
Compression:
Stored size: 792 Bytes
Contents
begin require File.expand_path('../../.bundle/environment', __FILE__) rescue LoadError # Fallback on doing the resolve at runtime. require "rubygems" end # ruby-debug, not necessary, but useful if we have it begin require 'ruby-debug' rescue LoadError; end require 'contest' require 'mocha' # The actual library require File.join(File.dirname(__FILE__), '..', 'lib', '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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
virtualbox-0.7.5 | test/test_helper.rb |
virtualbox-0.7.4 | test/test_helper.rb |
virtualbox-0.7.3 | test/test_helper.rb |
virtualbox-0.7.2 | test/test_helper.rb |