diff options
Diffstat (limited to 'spec/integration/defaults.rb')
-rwxr-xr-x | spec/integration/defaults.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/integration/defaults.rb b/spec/integration/defaults.rb index eba58a3d5..fcf8ccf22 100755 --- a/spec/integration/defaults.rb +++ b/spec/integration/defaults.rb @@ -47,4 +47,8 @@ describe "Puppet defaults" do Puppet.settings.element(:rundir).owner.should be_nil Puppet.settings.element(:rundir).group.should be_nil end + + it "should default to yaml as the catalog format" do + Puppet.settings[:catalog_format].should == "yaml" + end end |