lib/kitchen/provisioner/dummy.rb in test-kitchen-1.14.1 vs lib/kitchen/provisioner/dummy.rb in test-kitchen-1.14.2
- old
+ new
@@ -17,20 +17,17 @@
# limitations under the License.
require "kitchen"
module Kitchen
-
module Provisioner
-
# Dummy provisioner for Kitchen. This driver does nothing but report what
# would happen if this provisioner did anything of consequence. As a result
# it may be a useful provisioner to use when debugging or developing new
# features or plugins.
#
# @author Fletcher Nichol <fnichol@nichol.ca>
class Dummy < Kitchen::Provisioner::Base
-
kitchen_provisioner_api_version 2
plugin_version Kitchen::VERSION
default_config :sleep, 0