summaryrefslogtreecommitdiffstats
path: root/spec/unit/node/facts_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/node/facts_spec.rb')
-rwxr-xr-xspec/unit/node/facts_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/node/facts_spec.rb b/spec/unit/node/facts_spec.rb
index 43532cc53..d276de28d 100755
--- a/spec/unit/node/facts_spec.rb
+++ b/spec/unit/node/facts_spec.rb
@@ -18,7 +18,7 @@ describe Puppet::Node::Facts, "when indirecting" do
it "should add the node's certificate name as the 'clientcert' fact when adding local facts" do
@facts.add_local_facts
@facts.values["clientcert"].should == Puppet.settings[:certname]
- end
+ end
it "should add the Puppet version as a 'clientversion' fact when adding local facts" do
@facts.add_local_facts