]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/inifile/spec/classes/inherit_test1_spec.rb
add puppetlabs/inifile to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / inifile / spec / classes / inherit_test1_spec.rb
1 require 'spec_helper'
2 # We can't really test much here, apart from the type roundtrips though the
3 # parser OK.
4 describe 'inherit_test1' do
5   it do
6     should contain_inherit_ini_setting('valid_type').with({
7       'value' => 'true'
8     })
9   end
10 end