provisioners/ansible: fix a typo in rspec example

[ci skip]
This commit is contained in:
Gilles Cornu 2015-11-23 09:10:28 +01:00
parent de96b54272
commit ef66098472
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' arguemnt with the vagrant ssh username" do
it "doesn't set ansiber 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)