fix path to acceptance test contexts in example

This commit is contained in:
Mike Fiedler 2013-12-11 01:27:35 -05:00
parent 306248db9c
commit ab377560ed
1 changed files with 1 additions and 1 deletions

View File

@ -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