summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
blob: 3e57e6da00d584cf1c705e7918c505b44b7528fe (plain)
1
2
3
4
5
6
7
8
9
# add lib directory to the search path
libdir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)

require 'rubygems'
require 'spec'

Spec::Runner.configure do |config|
end