lib/testlab.rb in testlab-0.4.16 vs lib/testlab.rb in testlab-0.5.0
- old
+ new
@@ -91,9 +91,10 @@
autoload :Labfile, 'testlab/labfile'
autoload :Network, 'testlab/network'
autoload :Node, 'testlab/node'
autoload :Provider, 'testlab/provider'
autoload :Provisioner, 'testlab/provisioner'
+ autoload :User, 'testlab/user'
autoload :Utility, 'testlab/utility'
include TestLab::Utility::Misc
def initialize(options={})