1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-20 09:20:34 +00:00
puppet-rsnapshot/spec/classes/init_spec.rb

8 lines
271 B
Ruby
Raw Normal View History

2015-12-19 10:16:05 +00:00
require 'spec_helper'
describe 'rsnapshot' do
2016-01-18 18:54:53 +00:00
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') }
2015-12-19 10:16:05 +00:00
end