lib/testlab/provisioner.rb in testlab-0.3.0 vs lib/testlab/provisioner.rb in testlab-0.3.1
- old
+ new
@@ -3,10 +3,10 @@
# Provisioner Error Class
class ProvisionerError < TestLabError; end
# Provisioner Class
#
- # @author Zachary Patten <zachary@jovelabs.net>
+ # @author Zachary Patten <zachary AT jovelabs DOT com>
class Provisioner
autoload :Shell, 'testlab/provisioners/shell'
autoload :Chef, 'testlab/provisioners/chef'
class << self