From ab377560edebc64820e3e7ab2a0fcc3bd3e8e7ae Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Wed, 11 Dec 2013 01:27:35 -0500 Subject: [PATCH] fix path to acceptance test contexts in example --- vagrant-spec.config.example.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant-spec.config.example.rb b/vagrant-spec.config.example.rb index d265008bc..77986bd76 100644 --- a/vagrant-spec.config.example.rb +++ b/vagrant-spec.config.example.rb @@ -3,5 +3,5 @@ require_relative "test/acceptance/base" Vagrant::Spec::Acceptance.configure do |c| c.provider "virtualbox", box: "", - contexts: ["provider/virtualbox"] + contexts: ["provider-context/virtualbox"] end