summaryrefslogtreecommitdiff
path: root/spec/classes/master_hiera_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/classes/master_hiera_spec.rb')
-rw-r--r--spec/classes/master_hiera_spec.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/classes/master_hiera_spec.rb b/spec/classes/master_hiera_spec.rb
new file mode 100644
index 0000000..287abaa
--- /dev/null
+++ b/spec/classes/master_hiera_spec.rb
@@ -0,0 +1,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
+