spec/spec_helper.rb in vagrant-hosts-2.8.0 vs spec/spec_helper.rb in vagrant-hosts-2.8.1

- old
+ new

@@ -1,9 +1,10 @@ $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'