From 453e95715855f08758177e787dd751f0e1f8b976 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Mon, 1 Jun 2020 09:04:22 +0700 Subject: [PATCH] Fix typo --- test/unit/plugins/guests/arch/cap/configure_networks_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/plugins/guests/arch/cap/configure_networks_test.rb b/test/unit/plugins/guests/arch/cap/configure_networks_test.rb index 10304efdb..86805b7d5 100644 --- a/test/unit/plugins/guests/arch/cap/configure_networks_test.rb +++ b/test/unit/plugins/guests/arch/cap/configure_networks_test.rb @@ -66,7 +66,7 @@ describe "VagrantPlugins::GuestArch::Cap::ConfigureNetworks" do allow(cap).to receive(:systemd_networkd?).and_return(false) end - it "creates and stars the networks" do + it "creates and starts the networks" do cap.configure_networks(machine, [network_1, network_2]) expect(comm.received_commands[0]).to match(/mv (.+) '\/etc\/netctl\/eth1'/) expect(comm.received_commands[0]).to match(/ip link set 'eth1' down/)