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