X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Finifile%2Fspec%2Fclasses%2Finherit_test1_spec.rb;fp=3rdparty%2Fmodules%2Finifile%2Fspec%2Fclasses%2Finherit_test1_spec.rb;h=0000000000000000000000000000000000000000;hb=6e1426dc77fb4e5d51f07c187c6f2219431dc31e;hp=51fc0c22fd57692f2ebef44345fabd92419de03c;hpb=87423ba664cd5f2bb462ebadd08b1a90d0fe1c8d;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/inifile/spec/classes/inherit_test1_spec.rb b/3rdparty/modules/inifile/spec/classes/inherit_test1_spec.rb deleted file mode 100644 index 51fc0c22f..000000000 --- a/3rdparty/modules/inifile/spec/classes/inherit_test1_spec.rb +++ /dev/null @@ -1,10 +0,0 @@ -require 'spec_helper' -# We can't really test much here, apart from the type roundtrips though the -# parser OK. -describe 'inherit_test1' do - it do - should contain_inherit_ini_setting('valid_type').with({ - 'value' => 'true' - }) - end -end