spec/network_spec.rb in testlab-0.8.0 vs spec/network_spec.rb in testlab-0.8.1

- old
+ new

@@ -22,9 +22,10 @@ describe TestLab::Network do subject { @ui = ZTK::UI.new(:stdout => StringIO.new, :stderr => StringIO.new) @testlab = TestLab.new(:labfile_path => LABFILE, :ui => @ui) + @testlab.boot @testlab.networks.first } describe "class" do