Sha256: 980444b9dc48273c2b1e0352015feeeb8133bcbd2a4702eed2a273805b76c0e0
Contents?: true
Size: 393 Bytes
Versions: 5
Compression:
Stored size: 393 Bytes
Contents
require 'spec_helper' include Specinfra::Helper::Cmd set :os, :family => 'windows' describe commands.command_class('iis_app_pool').create do it { should be_an_instance_of(Specinfra::Command::Windows::Base::IisAppPool) } end 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
5 entries across 5 versions & 1 rubygems