Remove old test stubs

This commit is contained in:
Chris Roberts 2018-01-04 15:06:19 -08:00
parent 913b5639e5
commit 5191ec1281
1 changed files with 0 additions and 7 deletions

View File

@ -20,9 +20,6 @@ describe "VagrantPlugins::GuestDebian::Cap::ConfigureNetworks" do
comm.verify_expectations!
end
describe "#generate_netplan_cfg" do
end
describe "#build_interface_entries" do
let(:network_0) do
{
@ -40,10 +37,6 @@ describe "VagrantPlugins::GuestDebian::Cap::ConfigureNetworks" do
gateway: "33.33.0.1",
}
end
it "builds an interface entry" do
end
end
describe ".configure_networks" do