fix path to acceptance test contexts in example
This commit is contained in:
parent
306248db9c
commit
ab377560ed
|
@ -3,5 +3,5 @@ require_relative "test/acceptance/base"
|
||||||
Vagrant::Spec::Acceptance.configure do |c|
|
Vagrant::Spec::Acceptance.configure do |c|
|
||||||
c.provider "virtualbox",
|
c.provider "virtualbox",
|
||||||
box: "<PATH TO MINIMAL BOX>",
|
box: "<PATH TO MINIMAL BOX>",
|
||||||
contexts: ["provider/virtualbox"]
|
contexts: ["provider-context/virtualbox"]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue