Sha256: f92a1632b6d072bb26a30ab4b6db9f06a365a6396d605a81d3be97c1e5ab7b53

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)

# Disable Vagrant autoloading so that other plugins defined in the Gemfile for
# Acceptance tests are not loaded.
ENV['VAGRANT_NO_PLUGINS'] = '1'
ENV['VAGRANT_DISABLE_PLUGIN_INIT'] = '1'

# Load the vagrant-hosts plugin so that Provisioners and such can be found.
require 'vagrant-hosts'
require 'vagrant-spec/unit'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-hosts-2.8.1 spec/spec_helper.rb