class Cpspec::RunTest
Public Instance Methods
execute()
click to toggle source
# File lib/cpspec/command.rb, line 4 def execute target_vms.each {|vm| vm.env.actions.run(:test)} end
# File lib/cpspec/command.rb, line 4 def execute target_vms.each {|vm| vm.env.actions.run(:test)} end