mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
6 lines
142 B
Ruby
6 lines
142 B
Ruby
require 'spec_helper'
|
|
describe 'rsnapshot' do
|
|
it { should contain_class('rsnapshot::params') }
|
|
it { is_expected.to compile }
|
|
end
|