mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
fix path to acceptance test contexts in example
This commit is contained in:
parent
306248db9c
commit
ab377560ed
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@ require_relative "test/acceptance/base"
|
|||
Vagrant::Spec::Acceptance.configure do |c|
|
||||
c.provider "virtualbox",
|
||||
box: "<PATH TO MINIMAL BOX>",
|
||||
contexts: ["provider/virtualbox"]
|
||||
contexts: ["provider-context/virtualbox"]
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue