- Works with Ruby 1.8.6, 1.8.7, 1.9.1, 1.9.2 (and possibly others)

git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@192 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
mvandervoord
2010-10-22 17:20:31 +00:00
parent 72ca191840
commit 0e12f087bd
13 changed files with 61 additions and 66 deletions
+3 -3
View File
@@ -3,12 +3,12 @@
# Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
# [Released under MIT License. Please refer to license.txt for details]
# ==========================================
# Setup our load path:
[
'lib',
'lib',
].each do |dir|
$LOAD_PATH.unshift( File.join( File.expand_path(File.dirname(__FILE__) + "/../"), dir) )
$LOAD_PATH.unshift( File.join( File.expand_path(File.dirname(__FILE__)) + '/../', dir) )
end