summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-09-24 12:16:14 +0200
committerAzul <azul@riseup.net>2012-09-24 12:16:14 +0200
commitc90d30621e042cc3e52ffc87e3491ab110a57e9e (patch)
tree9ebb5b3026dddd4c3c56f4eb333201327a2641aa /test/test_helper.rb
parent06b8d8c971a07df3f96fdfd0e753a8284d0dac5a (diff)
ported over proper ways of creating certs
Will now use .txt as the extention Returns the actual content on .zipped With tests.
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 742e462..d78cc96 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,3 +1,6 @@
require 'rubygems'
require 'minitest/autorun'
+LEAP_CA_ROOT = File.expand_path('../..', __FILE__)
+$:.unshift File.expand_path('lib', LEAP_CA_ROOT)
+
require 'mocha'