lib/testlab/providers/vagrant.rb in testlab-1.8.3 vs lib/testlab/providers/vagrant.rb in testlab-1.8.4

- old
+ new

@@ -7,10 +7,9 @@ # Vagrant Provider Class # # @author Zachary Patten <zachary AT jovelabs DOT com> class Vagrant - require 'zlib' # States which indicate the VM is running RUNNING_STATES = %w(running).map(&:to_sym) # States which indicate the VM is shut down