lib/testlab/container.rb in testlab-1.1.0 vs lib/testlab/container.rb in testlab-1.2.0

- old
+ new

@@ -80,11 +80,10 @@ autoload :Clone, 'testlab/container/clone' autoload :Configuration, 'testlab/container/configuration' autoload :Generators, 'testlab/container/generators' autoload :Interface, 'testlab/container/interface' autoload :IO, 'testlab/container/io' - autoload :Lifecycle, 'testlab/container/lifecycle' autoload :LXC, 'testlab/container/lxc' autoload :MethodMissing, 'testlab/container/method_missing' autoload :Provision, 'testlab/container/provision' autoload :SSH, 'testlab/container/ssh' autoload :Status, 'testlab/container/status' @@ -95,11 +94,10 @@ include TestLab::Container::Clone include TestLab::Container::Configuration include TestLab::Container::Generators include TestLab::Container::Interface include TestLab::Container::IO - include TestLab::Container::Lifecycle include TestLab::Container::LXC include TestLab::Container::MethodMissing include TestLab::Container::Provision include TestLab::Container::SSH include TestLab::Container::Status @@ -107,9 +105,10 @@ include TestLab::Container::User extend TestLab::Container::ClassMethods include TestLab::Support::Execution + include TestLab::Support::Lifecycle include TestLab::Utility::Misc # Associations and Attributes belongs_to :node, :class_name => 'TestLab::Node'