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