1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-07 21:59:29 +00:00

add basic tests

This commit is contained in:
Norbert Varzariu
2016-01-18 20:53:24 +01:00
parent 03c73285ca
commit 09b6b4431c
4 changed files with 9 additions and 7 deletions

View File

@@ -2,6 +2,4 @@ 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