inherit_test1_spec.rb 246 B

12345678910
  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 {
  6. should contain_inherit_ini_setting('valid_type').with({
  7. 'value' => 'true',
  8. })
  9. }
  10. end