Sha256: 2925686011a9e88a104f5c7642d6db29a8cc08c735046e4a71e04a03926bd09b
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
require 'spec_helper' include Specinfra::Helper::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
serverspec-2.0.0.beta14 | spec/type/windows/iis_app_pool_spec.rb |