lib/testlab/providers/vagrant.rb in testlab-0.3.0 vs lib/testlab/providers/vagrant.rb in testlab-0.3.1
- old
+ new
@@ -5,10 +5,10 @@
# Vagrant Provider Error Class
class VagrantError < ProviderError; end
# Vagrant Provider Class
#
- # @author Zachary Patten <zachary@jovelabs.net>
+ # @author Zachary Patten <zachary AT jovelabs DOT com>
class Vagrant
# States which indicate the VM is running
RUNNING_STATES = %w(running).map(&:to_sym)