spec/spec_helper.rb in vagrant-hosts-2.6.2 vs spec/spec_helper.rb in vagrant-hosts-2.7.0
- old
+ new
@@ -2,6 +2,8 @@
# Disable Vagrant autoloading so that other plugins defined in the Gemfile for
# Acceptance tests are not loaded.
ENV['VAGRANT_NO_PLUGINS'] = '1'
+# Load the vagrant-hosts plugin so that Provisioners and such can be found.
+require 'vagrant-hosts'
require 'vagrant-spec/unit'