Add unit tests for xfs

This commit is contained in:
Dan Bode 2012-04-06 10:18:14 -07:00
parent c07615d557
commit 01b9c7cbd1

View File

@ -0,0 +1,6 @@
require 'spec_helper'
describe 'swift::xfs' do
['xfsprogs', 'parted'].each do |present_package|
it { should contain_package(present_package).with_ensure('present') }
end
end