Skip to content

Commit

Permalink
Convert pathname to string.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Apr 16, 2012
1 parent e92d0c6 commit a48790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/ssl_test_helper.rb
Expand Up @@ -12,7 +12,7 @@ def ssl_verify_test(mode, ca_basename, server_cert_filename)
if mode
ca_path = path.join(ca_basename)
raise ArgumentError.new("#{ca_path} does not exist") unless ca_path.exist?
options[mode] = ca_path
options[mode] = ca_path.to_s
end

test_server = SSLTestServer.new({
Expand Down

0 comments on commit a48790f

Please sign in to comment.