test/acceptance: don't have the context show up as a component
This commit is contained in:
parent
b484c8d628
commit
47b99d9bb8
|
@ -1,4 +1,4 @@
|
|||
shared_context "provider/virtualbox" do
|
||||
shared_context "provider-context/virtualbox" do
|
||||
let(:extra_env) {{
|
||||
"VBOX_USER_HOME" => "{{homedir}}",
|
||||
}}
|
||||
|
|
|
@ -2,6 +2,6 @@ require_relative "test/acceptance/base"
|
|||
|
||||
Vagrant::Spec::Acceptance.configure do |c|
|
||||
c.provider "virtualbox",
|
||||
box_basic: "<PATH TO MINIMAL BOX>",
|
||||
box: "<PATH TO MINIMAL BOX>",
|
||||
contexts: ["provider/virtualbox"]
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue