lib/testlab.rb in testlab-1.0.1 vs lib/testlab.rb in testlab-1.1.0

- old
+ new

@@ -125,9 +125,10 @@ autoload :Labfile, 'testlab/labfile' autoload :Network, 'testlab/network' autoload :Node, 'testlab/node' autoload :Provider, 'testlab/provider' autoload :Provisioner, 'testlab/provisioner' + autoload :Support, 'testlab/support' autoload :User, 'testlab/user' autoload :Utility, 'testlab/utility' include TestLab::Utility::Misc