Sha256: adb741ae38fac5580d792b53abcb97cf4e32539316a318bbafb23ecba0d640f8

Contents?: true

Size: 432 Bytes

Versions: 40

Compression:

Stored size: 432 Bytes

Contents

require "rubygems"
require "rspec/autorun"

# Require Vagrant itself so we can reference the proper
# classes to test.
require "vagrant"

# Add the test directory to the load path
$:.unshift File.expand_path("../../", __FILE__)

# Load in helpers
require "unit/support/shared/base_context"

# Do not buffer output
$stdout.sync = true
$stderr.sync = true

# Configure RSpec
RSpec.configure do |c|
  c.expect_with :rspec, :stdlib
end

Version data entries

40 entries across 40 versions & 6 rubygems

Version Path
bmhatfield-vagrant-1.0.10 test/unit/base.rb
bmhatfield-vagrant-1.0.9 test/unit/base.rb
bmhatfield-vagrant-1.0.8 test/unit/base.rb
bmhatfield-vagrant-1.0.7 test/unit/base.rb
vagrantup-1.0.7 test/unit/base.rb
vagrantup-1.0.6 test/unit/base.rb
vagrantup-1.0.5 test/unit/base.rb
vagrantup-1.0.4 test/unit/base.rb
vagrantup-1.0.3 test/unit/base.rb
vagrantup-1.0.2 test/unit/base.rb
vagrantup-1.0.1 test/unit/base.rb
vagrantup-1.0.0 test/unit/base.rb
vagrantup-0.9.99.2 test/unit/base.rb
vagrantup-0.9.99.1 test/unit/base.rb
vagrantup-0.9.7 test/unit/base.rb
vagrantup-0.9.6 test/unit/base.rb
vagrantup-0.9.5 test/unit/base.rb
vagrantup-0.9.4 test/unit/base.rb
vagrantup-0.9.3 test/unit/base.rb
vagrantup-0.9.2 test/unit/base.rb