Sha256: 68a2e18a1d9618af9008cf25052ecd488ea12d7f2333fd533b698d6eda98e5c1

Contents?: true

Size: 514 Bytes

Versions: 37

Compression:

Stored size: 514 Bytes

Contents

require "rubygems"
require "rspec/autorun"

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

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

# Load in helpers
require "unit/support/shared/parallels_context"
require "unit/support/shared/pd_driver_examples"

# 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

37 entries across 37 versions & 1 rubygems

Version Path
vagrant-parallels-1.4.2 test/unit/base.rb
vagrant-parallels-1.4.1 test/unit/base.rb
vagrant-parallels-1.4.0 test/unit/base.rb
vagrant-parallels-1.4.0.rc1 test/unit/base.rb
vagrant-parallels-1.3.13 test/unit/base.rb
vagrant-parallels-1.3.12 test/unit/base.rb
vagrant-parallels-1.3.10 test/unit/base.rb
vagrant-parallels-1.3.9 test/unit/base.rb
vagrant-parallels-1.3.8 test/unit/base.rb
vagrant-parallels-1.3.7 test/unit/base.rb
vagrant-parallels-1.3.6 test/unit/base.rb
vagrant-parallels-1.3.5 test/unit/base.rb
vagrant-parallels-1.3.4 test/unit/base.rb
vagrant-parallels-1.3.3 test/unit/base.rb
vagrant-parallels-1.3.3.rc1 test/unit/base.rb
vagrant-parallels-1.3.2 test/unit/base.rb
vagrant-parallels-1.3.1 test/unit/base.rb
vagrant-parallels-1.3.0 test/unit/base.rb
vagrant-parallels-1.2.2 test/unit/base.rb
vagrant-parallels-1.2.1 test/unit/base.rb