lib/testlab.rb in testlab-1.5.1 vs lib/testlab.rb in testlab-1.6.0
- old
+ new
@@ -119,15 +119,17 @@
# TestLab Error Class
class TestLabError < StandardError; end
# Main Classes
autoload :Container, 'testlab/container'
+ autoload :Dependency, 'testlab/dependency'
autoload :Interface, 'testlab/interface'
autoload :Labfile, 'testlab/labfile'
autoload :Network, 'testlab/network'
autoload :Node, 'testlab/node'
autoload :Provider, 'testlab/provider'
autoload :Provisioner, 'testlab/provisioner'
+ autoload :Source, 'testlab/source'
autoload :Support, 'testlab/support'
autoload :User, 'testlab/user'
autoload :Utility, 'testlab/utility'
include TestLab::Utility::Misc