diff options
Diffstat (limited to 'spec')
| -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 e97035dea..80bb7b45e 100755 --- a/spec/integration/defaults.rb +++ b/spec/integration/defaults.rb @@ -223,4 +223,8 @@ describe "Puppet defaults" do it "should have a 'postrun_command' that defaults to the empty string" do Puppet.settings[:postrun_command].should == "" end + + it "should have a 'certificate_revocation' setting that defaults to true" do + Puppet.settings[:certificate_revocation].should be_true + end end |
