Fix typo in connect_networks_test.rb

avaiable -> available
This commit is contained in:
Ikko Ashimine 2021-06-19 23:27:05 +09:00 committed by GitHub
parent c815b82954
commit c9db2ab9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ describe VagrantPlugins::DockerProvider::Action::ConnectNetworks do
expect(called).to eq(true)
end
it "connects all of the avaiable networks to a container" do
it "connects all of the available networks to a container" do
expect(driver).to receive(:connect_network).with("vagrant_network_172.20.0.0/16", "12345", ["--ip", "172.20.128.2", "--alias", "mynetwork"])
expect(driver).to receive(:connect_network).with("vagrant_network_public_wlp4s0", "12345", ["--ip", "172.30.130.2"])
expect(driver).to receive(:connect_network).with("vagrant_network_2a02:6b8:b010:9020:1::/80", "12345", [])