Sha256: 0c49464f2cb96b1f057b0d4c8c54173d8b38d58d68bac6e430f3167d85da08e3
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
require 'spec_helper' property[:os_by_host] = {} set :os, { :family => 'redhat' } describe Specinfra.commands.check_package_is_installed('httpd') do after do property[:os_by_host] = nil end it { should eq 'rpm -q httpd' } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
specinfra-2.0.0.beta13 | spec/command/redhat/package_spec.rb |