summaryrefslogtreecommitdiff
path: root/spec/classes/params_spec.pp
blob: 4d05e1f5b1b99f20c07d303959fe0a793834d2a5 (plain)
1
2
3
4
5
6
7
8
require File.expand_path(File.join(File.dirname(__FILE__),'../spec_helper'))

describe 'trocla::params', :type => 'class' do
  context 'with default params' do
    it { should compile.with_all_deps }
  end
end