summaryrefslogtreecommitdiff
path: root/spec/classes/master_hiera_spec.rb
blob: 287abaa505772893796bd3fd675507ca241c49a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
require File.expand_path(File.join(File.dirname(__FILE__),'../spec_helper'))

describe 'trocla::master::hiera', :type => 'class' do
  context 'with default params' do
    it { should compile.with_all_deps }
    it { should contain_package('rubygem-hiera-backend-trocla').with(
      :ensure => 'present'
    )}
  end
end