Sha256: b21beb6817ecc5da9974eb33fe1be7fb4c183c715ecd0c9239e113679e1a1ae0
Contents?: true
Size: 311 Bytes
Versions: 16
Compression:
Stored size: 311 Bytes
Contents
# We should get a warning for using the timeout option Facter.add(:timeout, :name => 'bar', :timeout => 1000) do # And another warning for using timeout= self.timeout = 10 end # Try again to ensure only one warning each Facter.add(:timeout, :name => 'bar', :timeout => 100) do self.timeout = 1 end
Version data entries
16 entries across 16 versions & 2 rubygems