Sha256: f9b477d40badefef8ffc6f22ff751c9b868ce9cd2ef7a5a7bd1abcd77723d2d9
Contents?: true
Size: 475 Bytes
Versions: 88
Compression:
Stored size: 475 Bytes
Contents
require 'spec_helper' set :backend, :cmd set :os, :family => 'windows' describe iis_app_pool('Default App Pool') do it { should exist } it { should have_dotnet_version('2.0') } it { should have_32bit_enabled } it { should have_idle_timeout(5) } it { should have_identity_type('foo') } it { should have_periodic_restart(60) } it { should have_user_profile_enabled } it { should have_username('user') } it { should have_managed_pipeline_mode('mode') } end
Version data entries
88 entries across 88 versions & 4 rubygems