lib/testlab/labfile.rb in testlab-0.3.1 vs lib/testlab/labfile.rb in testlab-0.4.0

- old
+ new

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