Sha256: d84a86a8a61dac674dc29a176e5574d381c2e4a3e7a2434056396688fe968a23
Contents?: true
Size: 352 Bytes
Versions: 13
Compression:
Stored size: 352 Bytes
Contents
# Make sure Rubygems' mangling of the path is already done before we do our own # mangling. require 'rubygems' # Ensure that when we require UtilityBelt libs they are from the files under # test, NOT from the installed gem. $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..")) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
Version data entries
13 entries across 13 versions & 6 rubygems