2013-06-12 13:33:49 +02:00
|
|
|
require 'spec_helper'
|
|
|
|
# We can't really test much here, apart from the type roundtrips though the
|
|
|
|
# parser OK.
|
|
|
|
describe 'inherit_test1' do
|
2015-02-16 11:05:59 +01:00
|
|
|
it {
|
2013-06-12 13:33:49 +02:00
|
|
|
should contain_inherit_ini_setting('valid_type').with({
|
2015-02-16 11:05:59 +01:00
|
|
|
'value' => 'true',
|
2013-06-12 13:33:49 +02:00
|
|
|
})
|
2015-02-16 11:05:59 +01:00
|
|
|
}
|
2013-06-12 13:33:49 +02:00
|
|
|
end
|