Merge pull request #2631 from miketheman/fix_acceptance_path
fix path to acceptance test contexts in example
This commit is contained in:
commit
012f6d9067
|
@ -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