Method: ChefDK::Command::Verify#run
- Defined in:
- lib/chef-dk/command/verify.rb
#run(params = [ ]) ⇒ Object
311 312 313 314 315 316 317 318 319 320 |
# File 'lib/chef-dk/command/verify.rb', line 311 def run(params = [ ]) @components_filter = (params) validate_components! invoke_tests wait_for_tests report_results verification_status end |