provisioners/ansible: Fix a mistake in a unit test
This commit is contained in:
parent
c2d9e7e290
commit
1de9f2228d
|
@ -64,7 +64,7 @@ describe VagrantPlugins::Ansible::Config::Host, :skip_windows => true do
|
||||||
it_behaves_like "any VagrantConfigProvisioner strict boolean attribute", :ask_sudo_pass, false
|
it_behaves_like "any VagrantConfigProvisioner strict boolean attribute", :ask_sudo_pass, false
|
||||||
end
|
end
|
||||||
describe "ask_vault_pass option" do
|
describe "ask_vault_pass option" do
|
||||||
it_behaves_like "any VagrantConfigProvisioner strict boolean attribute", :ask_sudo_pass, false
|
it_behaves_like "any VagrantConfigProvisioner strict boolean attribute", :ask_vault_pass, false
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "#validate" do
|
describe "#validate" do
|
||||||
|
|
Loading…
Reference in New Issue