Sha256: 2f1e1165f6d30d0dacd7ebf06e0116ba89d6326c418136ab0fe3a55e4342eae3
Contents?: true
Size: 303 Bytes
Versions: 5
Compression:
Stored size: 303 Bytes
Contents
require 'spec_helper' include Specinfra::Helper::Cmd set :os, :family => 'windows' describe commands.command_class('scheduled_task').create do it { should be_an_instance_of(Specinfra::Command::Windows::Base::ScheduledTask) } end describe windows_scheduled_task('foo') do it { should exist } end
Version data entries
5 entries across 5 versions & 1 rubygems