summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-05-14 18:41:42 -0600
committermokha <mokha@cisco.com>2018-05-14 18:41:42 -0600
commit98c25e3240346fe91f8de46bb05f93894a484002 (patch)
tree5a85d4d730888b19f417352f8baff98cb2239b06 /test/test_helper.rb
parentd5299cb2c1149ff187b3b1da4d70a04253d82027 (diff)
add test for client tls with passphrase.
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 1ce00ef..19dd30f 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,5 +1,6 @@
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'net/hippie'
+require 'securerandom'
require 'vcr'
require 'webmock'