Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 4221c54

Browse files
committed
Make sure the ca file exist.
1 parent 5a9795d commit 4221c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/service_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def test_validates_events
1010
def test_default_path_to_ca_file
1111
s = CC::Service.new({}, {name: "test"})
1212
assert_equal(File.expand_path("../../config/cacert.pem", __FILE__), s.ca_file)
13+
assert File.exist?(s.ca_file)
1314
end
1415

1516
def test_custom_path_to_ca_file

0 commit comments

Comments
 (0)