From e4ff8ee3989f85701855d10852e729eb76c6644c Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Mon, 23 Nov 2015 09:12:56 +0100 Subject: [PATCH] provisioners/ansible: fix a typo in rspec example [ci skip] good morning @gildegoma!!! --- test/unit/plugins/provisioners/ansible/provisioner_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/plugins/provisioners/ansible/provisioner_test.rb b/test/unit/plugins/provisioners/ansible/provisioner_test.rb index 9fb9f8517..55b40cd18 100644 --- a/test/unit/plugins/provisioners/ansible/provisioner_test.rb +++ b/test/unit/plugins/provisioners/ansible/provisioner_test.rb @@ -412,7 +412,7 @@ VF config.force_remote_user = false end - it "doesn't set ansiber user in inventory and use '--user' argument with the vagrant ssh username" do + it "doesn't set the ansible remote user in inventory and use '--user' argument with the vagrant ssh username" do expect(Vagrant::Util::Subprocess).to receive(:execute).with { |*args| inventory_content = File.read(generated_inventory_file)