Class: Cpspec::RunTest

Inherits:
Vagrant::Command::Base
  • Object
show all
Defined in:
lib/cpspec/command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



4
5
6
# File 'lib/cpspec/command.rb', line 4

def execute
  target_vms.each {|vm|  vm.env.actions.run(:test)}
end