Sha256: 6cd6f55693a5377323c4bd78d7c01530766ec170d7bfeecd62ecb1e657a1d5b1

Contents?: true

Size: 229 Bytes

Versions: 14

Compression:

Stored size: 229 Bytes

Contents

coverage_tool = :simplecov if ENV['RBVMOMI_COVERAGE']

case coverage_tool
when :simplecov
  require 'simplecov'
  SimpleCov.start
when :cover_me
  require 'cover_me'
end

require 'rbvmomi'
VIM = RbVmomi::VIM

require 'test/unit'

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
rbvmomi-1.8.5 test/test_helper.rb
rbvmomi-1.8.4 test/test_helper.rb
rbvmomi-1.8.3 test/test_helper.rb
rbvmomi-1.8.2 test/test_helper.rb
rbvmomi-1.8.2.pre test/test_helper.rb
mkuzmin-rbvmomi-1.8.2.1 test/test_helper.rb
vagrant-rbvmomi-1.8.1 test/test_helper.rb
rbvmomi-1.8.1 test/test_helper.rb
rbvmomi-1.8.0 test/test_helper.rb
gapinc-rbvmomi-1.6.1 test/test_helper.rb
gapinc-rbvmomi-1.6.0 test/test_helper.rb
rbvmomi-1.6.0 test/test_helper.rb
rbvmomi-1.5.1 test/test_helper.rb
rbvmomi-1.5.0 test/test_helper.rb