add paths to front of loadpath

This commit is contained in:
Adam Meehan 2008-07-25 21:51:44 +10:00
parent 23360dde08
commit 56a95ebd62

View File

@ -1,4 +1,5 @@
$: << File.dirname(__FILE__) + '/../lib' << File.dirname(__FILE__)
$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__))
require 'rubygems'
require 'spec'