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

Version Path
FreedomCoder-utility_belt-1.1.1.2 spec/spec_helper.rb
FreedomCoder-utility_belt-1.1.1 spec/spec_helper.rb
akitaonrails-utility_belt-1.0.10 spec/spec_helper.rb
akitaonrails-utility_belt-1.0.11 spec/spec_helper.rb
akitaonrails-utility_belt-1.0.12 spec/spec_helper.rb
mguterl-utility_belt-1.0.7 spec/spec_helper.rb
rwilcox-utility_belt-1.0.7 spec/spec_helper.rb
rwilcox-utility_belt-1.0.9 spec/spec_helper.rb
timocratic-utility_belt-1.0.7.1 spec/spec_helper.rb
timocratic-utility_belt-1.0.7.2 spec/spec_helper.rb
timocratic-utility_belt-1.0.7.3 spec/spec_helper.rb
akitaonrails-utility_belt-1.0.13 spec/spec_helper.rb
utility_belt-1.1.0 spec/spec_helper.rb