mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-16 15:19:57 +00:00
Basic ruby testing environment (hardmock, behaviors, rake tasks).
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@6 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
@@ -3,6 +3,8 @@ ROOT_PATH = File.expand_path(File.dirname(__FILE__) + "/../")
|
||||
# Setup our load path:
|
||||
[
|
||||
'lib',
|
||||
'vendor/behaviors/lib',
|
||||
'vendor/hardmock/lib',
|
||||
].each do |dir|
|
||||
$LOAD_PATH.unshift(File.join(ROOT_PATH, dir))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user