lib/testlab/labfile.rb in testlab-0.9.1 vs lib/testlab/labfile.rb in testlab-1.0.0

- old
+ new

@@ -5,12 +5,12 @@ # Labfile Class # # @author Zachary Patten <zachary AT jovelabs DOT com> class Labfile < ZTK::DSL::Base - attribute :testlab has_many :nodes, :class_name => 'TestLab::Node' + attribute :testlab attribute :config, :default => Hash.new def config_dir self.testlab.config_dir end