Sha256: 24aa285b0ec6bac9c2e43a644eefa2f28b19f5b6bf53befd6d9667466797fdcc
Contents?: true
Size: 278 Bytes
Versions: 87
Compression:
Stored size: 278 Bytes
Contents
module KnifeSpecs class TestYourself < Chef::Knife 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
87 entries across 87 versions & 2 rubygems