lib/testlab/network.rb in testlab-1.0.1 vs lib/testlab/network.rb in testlab-1.1.0
- old
+ new
@@ -12,14 +12,16 @@
# Sub-Modules
autoload :Actions, 'testlab/network/actions'
autoload :Bind, 'testlab/network/bind'
autoload :ClassMethods, 'testlab/network/class_methods'
autoload :Lifecycle, 'testlab/network/lifecycle'
+ autoload :Provision, 'testlab/network/provision'
autoload :Status, 'testlab/network/status'
include TestLab::Network::Actions
include TestLab::Network::Bind
include TestLab::Network::Lifecycle
+ include TestLab::Network::Provision
include TestLab::Network::Status
extend TestLab::Network::ClassMethods
include TestLab::Utility::Misc