lib/testlab/container.rb in testlab-1.8.3 vs lib/testlab/container.rb in testlab-1.8.4
- old
+ new
@@ -77,11 +77,10 @@
# Sub-Modules
autoload :Actions, 'testlab/container/actions'
autoload :ClassMethods, 'testlab/container/class_methods'
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 :LXC, 'testlab/container/lxc'
autoload :MethodMissing, 'testlab/container/method_missing'
autoload :Provision, 'testlab/container/provision'
@@ -91,10 +90,9 @@
autoload :User, 'testlab/container/user'
include TestLab::Container::Actions
include TestLab::Container::Clone
include TestLab::Container::Configuration
- include TestLab::Container::Generators
include TestLab::Container::Interface
include TestLab::Container::IO
include TestLab::Container::LXC
include TestLab::Container::MethodMissing
include TestLab::Container::Provision