Remove old test stubs
This commit is contained in:
parent
913b5639e5
commit
5191ec1281
|
@ -20,9 +20,6 @@ describe "VagrantPlugins::GuestDebian::Cap::ConfigureNetworks" do
|
||||||
comm.verify_expectations!
|
comm.verify_expectations!
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "#generate_netplan_cfg" do
|
|
||||||
end
|
|
||||||
|
|
||||||
describe "#build_interface_entries" do
|
describe "#build_interface_entries" do
|
||||||
let(:network_0) do
|
let(:network_0) do
|
||||||
{
|
{
|
||||||
|
@ -40,10 +37,6 @@ describe "VagrantPlugins::GuestDebian::Cap::ConfigureNetworks" do
|
||||||
gateway: "33.33.0.1",
|
gateway: "33.33.0.1",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
it "builds an interface entry" do
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
describe ".configure_networks" do
|
describe ".configure_networks" do
|
||||||
|
|
Loading…
Reference in New Issue