Class: Cpspec::RunTest
- Inherits:
-
Vagrant::Command::Base
- Object
- Vagrant::Command::Base
- Cpspec::RunTest
- Defined in:
- lib/cpspec/command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
4 5 6 |
# File 'lib/cpspec/command.rb', line 4 def execute target_vms.each {|vm| vm.env.actions.run(:test)} end |