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

- old
+ new

@@ -3,10 +3,10 @@ # Labfile Error Class class LabfileError < TestLabError; end # Labfile Class # - # @author Zachary Patten <zachary@jovelabs.net> + # @author Zachary Patten <zachary AT jovelabs DOT com> class Labfile < ZTK::DSL::Base has_many :nodes, :class_name => 'TestLab::Node' attribute :config end