summaryrefslogtreecommitdiffstats
path: root/spec/integration/defaults.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/defaults.rb')
-rwxr-xr-xspec/integration/defaults.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/integration/defaults.rb b/spec/integration/defaults.rb
index 2d51a3cbc..a7c330509 100755
--- a/spec/integration/defaults.rb
+++ b/spec/integration/defaults.rb
@@ -73,6 +73,10 @@ describe "Puppet defaults" do
end
end
+ it "should default to json for the preferred serialization format" do
+ Puppet.settings.value(:preferred_serialization_format).should == "json"
+ end
+
describe "when enabling storeconfigs" do
before do
Puppet::Resource::Catalog.stubs(:cache_class=)