Sha256: e6aa4c9456c9cf486b2d55af7bbf4f5dd201af6a0af2a91c96e17ed97df87006
Contents?: true
Size: 462 Bytes
Versions: 90
Compression:
Stored size: 462 Bytes
Contents
require 'spec_helper' set :backend, :cmd set :os, :family => 'windows' describe windows_hot_fix('DESCRIPTION-OR-KB-ID') do it { should be_installed } end describe windows_hot_fix('DESCRIPTION') do it { should be_installed.with_version('KB-ID') } end describe windows_hot_fix('DESCRIPTION_WITH_KB123456789_INLINED') do it { should be_installed } end describe windows_hot_fix('DESCRIPTION_WITH_SUFFIX_KB123456789') do it { should be_installed } end
Version data entries
90 entries across 90 versions & 4 rubygems