summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/http_pool_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/network/http_pool_spec.rb')
-rwxr-xr-xspec/unit/network/http_pool_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/network/http_pool_spec.rb b/spec/unit/network/http_pool_spec.rb
index 7fe55c5fa..1d64f9c9c 100755
--- a/spec/unit/network/http_pool_spec.rb
+++ b/spec/unit/network/http_pool_spec.rb
@@ -19,7 +19,7 @@ describe Puppet::Network::HttpPool do
it "should use the global SSL::Host instance to get its certificate information" do
host = mock 'host'
- Puppet::SSL::Host.expects(:localhost).with().returns host
+ Puppet::SSL::Host.expects(:localhost).with.returns host
Puppet::Network::HttpPool.ssl_host.should equal(host)
end