summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl/host_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/ssl/host_spec.rb')
-rwxr-xr-xspec/unit/ssl/host_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/ssl/host_spec.rb b/spec/unit/ssl/host_spec.rb
index 18cae2b62..0b6591d60 100755
--- a/spec/unit/ssl/host_spec.rb
+++ b/spec/unit/ssl/host_spec.rb
@@ -289,7 +289,7 @@ describe Puppet::SSL::Host do
it "should downcase the certname if it's used" do
Puppet.settings.expects(:value).with(:certname).returns "Host.Domain.Com"
- Puppet::SSL::Host.new().name.should == "host.domain.com"
+ Puppet::SSL::Host.new.name.should == "host.domain.com"
end
it "should indicate that it is a CA host if its name matches the ca_name constant" do