Sha256: 06918c8a726a680ef14c739dd92fa9059215fc78cfd6fc9e99abd16d8ea5bfc6
Contents?: true
Size: 393 Bytes
Versions: 455
Compression:
Stored size: 393 Bytes
Contents
module KnifeSpecs class TestYourself < Chef::Knife class << self attr_reader :test_deps_loaded end deps do @test_deps_loaded = true end option :scro, :short => '-s SCRO', :long => '--scro SCRO', :description => 'a configurable setting' attr_reader :ran def run @ran = true self # return self so tests can poke at me end end end
Version data entries
455 entries across 455 versions & 2 rubygems