summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
blob: d78cc9666cc87affbb4a02780914e4b4d21b1f09 (plain)
1
2
3
4
5
6
require 'rubygems'
require 'minitest/autorun'
LEAP_CA_ROOT = File.expand_path('../..', __FILE__)
$:.unshift File.expand_path('lib', LEAP_CA_ROOT)

require 'mocha'