1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-04-10 16:24:21 +00:00
2016-01-18 19:54:53 +01:00

8 lines
271 B
Ruby

require 'spec_helper'
describe 'rsnapshot' do
it { should contain_class('rsnapshot::params') }
it { is_expected.to compile }
it { is_expected.to contain_class('rsnapshot::config') }
it { is_expected.to contain_class('rsnapshot::install') }
end