summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
blob: 7e90cfaa19390847014dc2a2764353d20e2e62da (plain)
1
2
3
4
5
6
7
8
9
10
require 'rubygems'
require 'minitest/autorun'

BASE_DIR = File.expand_path('../..', __FILE__)
$:.unshift File.expand_path('lib', BASE_DIR)

require 'mocha/setup'

LEAP_CA_CONFIG = "test/config/config.yaml"
require 'leap_ca'