summaryrefslogtreecommitdiff
path: root/spec/classes/master_hiera_spec.rb
blob: 62112fb74adb98f49c45fee3f7965ef3d701be3c (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