lib/testlab/network.rb in testlab-0.1.0 vs lib/testlab/network.rb in testlab-0.2.0
- old
+ new
@@ -21,10 +21,12 @@
include TestLab::Network::Lifecycle
include TestLab::Network::Status
extend TestLab::Network::ClassMethods
+ include TestLab::Utility::Misc
+
# Associations and Attributes
belongs_to :node, :class_name => 'TestLab::Node'
attribute :bridge
@@ -33,10 +35,10 @@
def initialize(*args)
super(*args)
- @ui = TestLab.ui
+ @ui = TestLab.ui
end
end
end