Method: Cpspec::RunTest#execute

Defined in:
lib/cpspec/command.rb

#executeObject



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

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