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