Project

General

Profile

Download (438 Bytes) Statistics
| Branch: | Tag: | Revision:
require 'spec_helper'

describe 'qpid::tools' do

context 'on redhat' do
let :facts do
{
:concat_basedir => '/tmp',
:operatingsystem => 'RedHat',
:operatingsystemrelease => '6.4',
:operatingsystemmajrelease => '6.4',
:osfamily => 'RedHat',
}
end

it { should contain_package('qpid-tools').with_ensure('installed') }
end

end
(5-5/5)