Add unit tests for xfs
This commit is contained in:
parent
c07615d557
commit
01b9c7cbd1
6
spec/classes/swift_xfs_spec.rb
Normal file
6
spec/classes/swift_xfs_spec.rb
Normal 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
|
Loading…
Reference in New Issue
Block a user