Fix tests for kernel/v2
This commit is contained in:
parent
cac0fdb490
commit
d18e80e1fd
|
@ -15,6 +15,9 @@ describe VagrantPlugins::Kernel_V2::VMConfig do
|
||||||
end
|
end
|
||||||
|
|
||||||
before do
|
before do
|
||||||
|
env = double("env")
|
||||||
|
env.stub(root_path: nil)
|
||||||
|
machine.stub(env: env)
|
||||||
machine.stub(provider_config: nil)
|
machine.stub(provider_config: nil)
|
||||||
|
|
||||||
subject.box = "foo"
|
subject.box = "foo"
|
||||||
|
|
Loading…
Reference in New Issue