Sha256: 26927694e6989617b856f38a8d5d9a17fafdda49cc270c0d204d9e279590ecff
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
require 'spec_helper' set :backend, :cmd set :os, :family => 'windows' describe iis_app_pool('Default App Pool') do it{ should exist } end describe iis_app_pool('Default App Pool') do it{ should have_dotnet_version('2.0') } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
serverspec-2.0.0.beta16 | spec/type/windows/iis_app_pool_spec.rb |
serverspec-2.0.0.beta15 | spec/type/windows/iis_app_pool_spec.rb |