spec/spec_helper.rb in vagrant-config_builder-0.15.1 vs spec/spec_helper.rb in vagrant-config_builder-1.0.0.rc1
- old
+ new
@@ -1,4 +1,8 @@
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
-require 'config_builder'
-require 'rspec'
+# Disable Vagrant autoloading so that other plugins defined in the Gemfile for
+# Acceptance tests are not loaded.
+ENV['VAGRANT_NO_PLUGINS'] = '1'
+
+require 'vagrant-spec/unit'
+require 'config_builder'