7 lines
182 B
Ruby
7 lines
182 B
Ruby
![]() |
require 'spec_helper'
|
||
|
describe 'swift::xfs' do
|
||
|
['xfsprogs', 'parted'].each do |present_package|
|
||
|
it { should contain_package(present_package).with_ensure('present') }
|
||
|
end
|
||
|
end
|