# File lib/puppet/application/kick.rb, line 45
45:   def test
46:     puts "Skipping execution in test mode"
47:     exit(0)
48:   end