Sha256: 5da623f9df8014c3f7db705b804472cf44208c9c70db31934b1869e6251607e9
Contents?: true
Size: 201 Bytes
Versions: 239
Compression:
Stored size: 201 Bytes
Contents
require 'spec_helper' property[:os] = nil set :os, { :family => 'esxi' } describe get_command(:check_package_is_installed, 'httpd') do it { should eq 'esxcli software vib list | grep httpd' } end
Version data entries
239 entries across 239 versions & 3 rubygems