Sha256: 325defd729d08c5a771a82a87bdb870218d0287fc345d99de32e00b50776e6a9

Contents?: true

Size: 591 Bytes

Versions: 34

Compression:

Stored size: 591 Bytes

Contents

# Add this folder to the load path for "test_helper"
$:.unshift(File.dirname(__FILE__))

require 'vagrant'
require 'mario'
require 'contest'
require 'mocha'

# Try to load ruby debug since its useful if it is available.
# But not a big deal if its not available (probably on a non-MRI
# platform)
begin
  require 'ruby-debug'
rescue LoadError
end

# Silence Mario by sending log output to black hole
Mario::Platform.logger(nil)

# Add the I18n locale for tests
I18n.load_path << File.expand_path("../locales/en.yml", __FILE__)

class Test::Unit::TestCase
  include Vagrant::TestHelpers
end

Version data entries

34 entries across 34 versions & 4 rubygems

Version Path
vagrantup-0.7.8 test/test_helper.rb
vagrantup-0.7.7 test/test_helper.rb
vagrantup-0.7.6 test/test_helper.rb
vagrantup-0.7.5 test/test_helper.rb
vagrantup-0.7.4 test/test_helper.rb
vagrantup-0.7.3 test/test_helper.rb
vagrantup-0.7.2 test/test_helper.rb
vagrantup-0.7.1 test/test_helper.rb
vagrantup-0.7.0 test/test_helper.rb
vagrantup-0.6.9 test/test_helper.rb
vagrantup-0.6.8 test/test_helper.rb
vagrantup-0.6.7 test/test_helper.rb
vagrantup-0.6.6 test/test_helper.rb
vagrantup-0.6.5 test/test_helper.rb
vagrantup-0.6.4 test/test_helper.rb
vagrant-0.7.8 test/test_helper.rb
vagrant-0.7.7 test/test_helper.rb
vagrant-0.7.6 test/test_helper.rb
vagrant-0.7.5 test/test_helper.rb
vagrant-0.7.4 test/test_helper.rb