lib/testlab/network.rb in testlab-0.6.15 vs lib/testlab/network.rb in testlab-0.6.16
- old
+ new
@@ -35,12 +35,12 @@
attribute :address
attribute :bridge
def initialize(*args)
- super(*args)
-
@ui = TestLab.ui
+
+ super(*args)
end
end
end