Sha256: a595b9d1f14456f0ea611fe32ffd29714aec3ebeda2d6f894aa03056e42b3353

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 Bytes

Contents

# Add test and lib paths to the $LOAD_PATH
[ File.dirname(__FILE__),
  File.join(File.dirname(__FILE__), '..', 'lib')
].each do |path|
  full_path = File.expand_path(path)
  $LOAD_PATH.unshift(full_path) unless $LOAD_PATH.include?(full_path)
end

require 'ggem'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ggem-1.0.1 test/env.rb
ggem-1.0.0 test/env.rb