lib/testlab/container.rb in testlab-1.9.2 vs lib/testlab/container.rb in testlab-1.10.0
- old
+ new
@@ -80,11 +80,10 @@
autoload :Clone, 'testlab/container/clone'
autoload :Configuration, 'testlab/container/configuration'
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'
autoload :SSH, 'testlab/container/ssh'
autoload :Status, 'testlab/container/status'
autoload :Support, 'testlab/container/support'
autoload :User, 'testlab/container/user'
@@ -93,10 +92,9 @@
include TestLab::Container::Clone
include TestLab::Container::Configuration
include TestLab::Container::Interface
include TestLab::Container::IO
include TestLab::Container::LXC
- include TestLab::Container::MethodMissing
include TestLab::Container::Provision
include TestLab::Container::SSH
include TestLab::Container::Status
include TestLab::Container::Support
include TestLab::Container::User