Skip to content

Commit 38b6147

Browse files
author
Tom Maher
committed
helper should use the new CA
1 parent 2137361 commit 38b6147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if File.exist?("/etc/ssl/certs/cacert.pem")
1515
"/etc/ssl/certs/cacert.pem"
1616
else
17-
File.expand_path("fixtures/cacert.pem", File.dirname(__FILE__))
17+
File.expand_path("fixtures/ca/cacert.pem", File.dirname(__FILE__))
1818
end
1919
end
2020

0 commit comments

Comments
 (0)