summaryrefslogtreecommitdiffstats
path: root/test/certmgr/inventory.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/certmgr/inventory.rb')
-rwxr-xr-xtest/certmgr/inventory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/certmgr/inventory.rb b/test/certmgr/inventory.rb
index 71035ba03..1b2caf2c7 100755
--- a/test/certmgr/inventory.rb
+++ b/test/certmgr/inventory.rb
@@ -54,7 +54,7 @@ class TestCertInventory < Test::Unit::TestCase
cert = mksignedcert(ca, "host.domain.com")
assert_nothing_raised do
- file = mock()
+ file = mock
file.expects(:puts).with do |written|
written.include? cert.subject.to_s
end