Make sure Vagrant::LXC.source_root is available to all specs
This commit is contained in:
parent
2cdbf84848
commit
60f3a67bb0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ require 'bundler/setup'
|
||||||
|
|
||||||
require 'i18n'
|
require 'i18n'
|
||||||
|
|
||||||
require 'vagrant-lxc/plugin'
|
require 'vagrant-lxc'
|
||||||
|
|
||||||
Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each { |f| require f }
|
Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each { |f| require f }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue