]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 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
diff --git a/3rdparty/modules/inifile/spec/classes/inherit_test1_spec.rb b/3rdparty/modules/inifile/spec/classes/inherit_test1_spec.rb
new file mode 100644 (file)
index 0000000..51fc0c2
--- /dev/null
@@ -0,0 +1,10 @@
+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