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
Norbert Varzariu 09b6b4431c add basic tests
2016-01-18 20:53:24 +01:00

6 lines
142 B
Ruby

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