Get machine tests passing again with new environment
This commit is contained in:
parent
f2b91d26fd
commit
e2dd0b0cf2
|
@ -11,7 +11,7 @@ describe Vagrant::Machine do
|
||||||
obj
|
obj
|
||||||
end
|
end
|
||||||
let(:box) { Object.new }
|
let(:box) { Object.new }
|
||||||
let(:config) { env.config.global }
|
let(:config) { env.config_global }
|
||||||
let(:env) do
|
let(:env) do
|
||||||
# We need to create a Vagrantfile so that this test environment
|
# We need to create a Vagrantfile so that this test environment
|
||||||
# has a proper root path
|
# has a proper root path
|
||||||
|
|
Loading…
Reference in New Issue