provisioners/ansible: fix a typo in rspec example

[ci skip] good morning @gildegoma!!!
This commit is contained in:
Gilles Cornu 2015-11-23 09:12:56 +01:00
parent ef66098472
commit e4ff8ee398
1 changed files with 1 additions and 1 deletions

View File

@ -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)