Sha256: 673d8d4512e238b70057ada019e89da02b4ac324fe1dd8d8131320d03785209b
Contents?: true
Size: 376 Bytes
Versions: 3
Compression:
Stored size: 376 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-hosts-2.9.0 | spec/spec_helper.rb |
vagrant-hosts-2.8.3 | spec/spec_helper.rb |
vagrant-hosts-2.8.2 | spec/spec_helper.rb |